浏览代码

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