From e76a50e5f39992aeb392c42123f4dfc46ab93937 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= <john@ankarstrom.se>
Date: Sun, 25 Jul 2021 14:33:25 +0200
Subject: .Xdefaults: Add interactive-reset key for xterm

See patch-interactive-reset at http://git.ankarstrom.se/patches
---
 home/john/.Xdefaults | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to 'home/john')

diff --git a/home/john/.Xdefaults b/home/john/.Xdefaults
index 02a9aa3..f78196d 100644
--- a/home/john/.Xdefaults
+++ b/home/john/.Xdefaults
@@ -27,7 +27,8 @@ xterm*charClass: 33:48,35:48,37:48,40-43:48,45-47:48,58:48,60:48,62:48,126:48
 			<Key>Prior:scroll-back(1,page)			\n\
 			<Key>Next:scroll-forw(1,page)			\n\
 			<Key>Up:scroll-back(3,line)			\n\
-			<Key>Down:scroll-forw(3,line)
+			<Key>Down:scroll-forw(3,line)			\n\
+			Ctrl Shift <Key>R:interactive-reset(0x0c)
 
 URxvt.termName:		rxvt
 URxvt.loginShell:	true
-- 
cgit v1.2.3