wy 发帖数: 14511 | 1 让gnu screen可以用mouse wheel scroll bakc and forth a? |
z**r 发帖数: 17771 | 2 是指屏幕上下还是不同的session之间?
【在 wy 的大作中提到】 : 让gnu screen可以用mouse wheel scroll bakc and forth a?
|
wy 发帖数: 14511 | 3 屏幕上下
【在 z**r 的大作中提到】 : 是指屏幕上下还是不同的session之间?
|
z**r 发帖数: 17771 | 4 这个可以搞定
Put this to the ~/.screenrc or ~/.Xdefault
# xterm scrollbar should work with screen
# also for scroll wheel
termcapinfo xterm ti@:te@
termcapinfo xterm 'hs:ts=\E]2;:fs=\007:ds=\E]2;screen\007'
termcapinfo rxvt 'hs:ts=\E]2;:fs=\007:ds=\E]2;screen\007'
【在 wy 的大作中提到】 : 屏幕上下
|
wy 发帖数: 14511 | 5 zan, let me try try. thanks
【在 z**r 的大作中提到】 : 这个可以搞定 : Put this to the ~/.screenrc or ~/.Xdefault : # xterm scrollbar should work with screen : # also for scroll wheel : termcapinfo xterm ti@:te@ : termcapinfo xterm 'hs:ts=\E]2;:fs=\007:ds=\E]2;screen\007' : termcapinfo rxvt 'hs:ts=\E]2;:fs=\007:ds=\E]2;screen\007'
|
wy 发帖数: 14511 | 6 very nice, one glitch: If i switch to another screen window
and come back, the scroll will also show the content in the other
window....
【在 z**r 的大作中提到】 : 这个可以搞定 : Put this to the ~/.screenrc or ~/.Xdefault : # xterm scrollbar should work with screen : # also for scroll wheel : termcapinfo xterm ti@:te@ : termcapinfo xterm 'hs:ts=\E]2;:fs=\007:ds=\E]2;screen\007' : termcapinfo rxvt 'hs:ts=\E]2;:fs=\007:ds=\E]2;screen\007'
|
z**r 发帖数: 17771 | 7 oops
【在 wy 的大作中提到】 : very nice, one glitch: If i switch to another screen window : and come back, the scroll will also show the content in the other : window....
|