|
@@ -12,7 +12,10 @@ defbce on
|
|
|
# mouse tracking allows to switch region focus by clicking
|
|
|
mousetrack on
|
|
|
# enable use of the mouse's scrollwheel to scroll through the scrollback buffer
|
|
|
-termcapinfo xterm* ti@:te@
|
|
|
+# http://unix.stackexchange.com/questions/43229/is-there-a-way-to-make-screen-scroll-like-a-normal-terminal
|
|
|
+# http://stackoverflow.com/questions/359109/using-the-scrollwheel-in-gnu-screen
|
|
|
+# termcapinfo xterm* ti@:te@
|
|
|
+# termcapinfo xterm 'hs:ts=\E]2;:fs=07:ds=\E]2;screen07'
|
|
|
|
|
|
# layouts
|
|
|
layout autosave on
|