mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-24 07:06:19 -07:00
improve comments around altscreen and termcapinfo
This commit is contained in:
parent
3b43a01cba
commit
5795a96719
1 changed files with 6 additions and 2 deletions
|
@ -42,9 +42,13 @@ backtick 112 86400 86400 /var/lib/screen-profiles/arch
|
||||||
|
|
||||||
hardstatus alwayslastline
|
hardstatus alwayslastline
|
||||||
|
|
||||||
# Allow scrolling in xterm, 10000 lines
|
# Turns off alternate screen switching in xterms,
|
||||||
# Note: This seems to break 'altscreen yes', LP: #349677
|
# so that text in screen will go into the xterm's scrollback buffer:
|
||||||
termcapinfo xterm* ti@:te@
|
termcapinfo xterm* ti@:te@
|
||||||
|
# Or, alternatively, we can turn altscreen on, LP: #349677
|
||||||
|
# altscreen on
|
||||||
|
|
||||||
|
# Log 10000 lines
|
||||||
defscrollback 10000
|
defscrollback 10000
|
||||||
|
|
||||||
source $HOME/.screen-profiles/keybindings
|
source $HOME/.screen-profiles/keybindings
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue