|
|
@@ -58,15 +58,15 @@ term linux
|
|
|
|
|
|
# Tweak termcap, terminfo, and termcapinfo entries for best performance.
|
|
|
termcap linux 'AF=\E[3%dm:AB=\E[4%dm'
|
|
|
-termcap xterm-color 'AF=\E[3%dm:AB=\E[4%dm'
|
|
|
+termcap xterm* 'AF=\E[3%dm:AB=\E[4%dm'
|
|
|
terminfo linux 'AF=\E[3%p1%dm:AB=\E[4%p1%dm'
|
|
|
-terminfo xterm-color 'AF=\E[3%p1%dm:AB=\E[4%p1%dm'
|
|
|
+terminfo xterm* 'AF=\E[3%p1%dm:AB=\E[4%p1%dm'
|
|
|
|
|
|
# Allow xterm / Terminal scrollbars to access the scrollback buffer. This
|
|
|
# enables the behavior you'd expect, instead of losing the content that scrolls
|
|
|
# out of the window.
|
|
|
termcapinfo linux ti@:te@
|
|
|
-termcapinfo xterm-color ti@:te@
|
|
|
+termcapinfo xterm* ti@:te@
|
|
|
|
|
|
# Use visual bell instead of audio bell.
|
|
|
vbell on # default: ???
|