Преглед на файлове

Make URxvt scrolling more controllable

This should enable reading upper parts of window even while the output
is still being produced (tail -f).

IOW, the auto-scroll is disabled after scrolling back manually using
S-PageUp or S-PageDown, and re-enabled on another keypress such as
typing when a prompt is expected at the bottom.
Alois Mahdal преди 9 години
родител
ревизия
bb10374b85
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2
    0
      dotfiles.config/Xlib/global.Xdefaults

+ 2
- 0
dotfiles.config/Xlib/global.Xdefaults Целия файл

@@ -24,6 +24,8 @@ URxvt.scrollBar_right:      true
24 24
 URxvt.scrollBar_floating:   true
25 25
 URxvt.scrollstyle:          plain
26 26
 URxvt.scrollWithBuffer:     true
27
+URxvt.scrollTtyOutput:      false
28
+URxvt.scrollTtyKeypress:    true
27 29
 URxvt.saveLines:            32767
28 30
 
29 31
 !## cursor & pointer