Kaynağa Gözat

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 yıl önce
ebeveyn
işleme
bb10374b85
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. 2
    0
      dotfiles.config/Xlib/global.Xdefaults

+ 2
- 0
dotfiles.config/Xlib/global.Xdefaults Dosyayı Görüntüle

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