tweak rxvt behavior

Thu, 09 Feb 2017 01:24:35 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Thu, 09 Feb 2017 01:24:35 -0500
changeset 503
b72d55719b94
parent 502
ef051cb1651e
child 504
e4e09e3317ec

tweak rxvt behavior

.Xdefaults file | annotate | diff | comparison | revisions
--- a/.Xdefaults
+++ b/.Xdefaults
@@ -15,10 +15,17 @@ URxvt.scrollstyle: plain
 URxvt.scrollBar_right: true
 URxvt.scrollBar_floating: true
 
+URxvt.scrollTtyOutput: false
+URxvt.scrollWithBuffer: true
+URxvt.scrollTtyKeypress: true
+
+URxvt.skipScroll: true
+
 URxvt.visualBell: true
 URxvt.urgentOnBell: true
 
 URxvt.saveLines: 1000
+URxvt.fading: 15
 
 ! keep LCtrl+LShift+[0-9a-f] unicode insertion
 URxvt.iso14755: true

mercurial