mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -07:00
* usr/share/byobu/profiles/common: LP: #1089008
- re-enable shift-pgup/shift-pgdn in the terminal buffer in screen, to match our default in tmux
This commit is contained in:
parent
e61b7c9629
commit
dd50d11ba0
2 changed files with 8 additions and 4 deletions
3
debian/changelog
vendored
3
debian/changelog
vendored
|
@ -18,6 +18,9 @@ byobu (5.23) unreleased; urgency=low
|
||||||
detail.1, usr/share/man/man1/byobu-tmux.1:
|
detail.1, usr/share/man/man1/byobu-tmux.1:
|
||||||
- point to the new byobu.co website rather than the launchpad landing
|
- point to the new byobu.co website rather than the launchpad landing
|
||||||
page
|
page
|
||||||
|
* usr/share/byobu/profiles/common: LP: #1089008
|
||||||
|
- re-enable shift-pgup/shift-pgdn in the terminal buffer in screen,
|
||||||
|
to match our default in tmux
|
||||||
|
|
||||||
[ Dustin Kirkland and Philip Muškovac ]
|
[ Dustin Kirkland and Philip Muškovac ]
|
||||||
* usr/lib/byobu/battery: LP: #1090831
|
* usr/lib/byobu/battery: LP: #1090831
|
||||||
|
|
|
@ -47,10 +47,11 @@ backtick 1004 2 2 byobu-status screen_lower_right
|
||||||
hardstatus alwayslastline
|
hardstatus alwayslastline
|
||||||
|
|
||||||
# The following line would turn off alternate Screen switching in xterms,
|
# The following line would turn off alternate Screen switching in xterms,
|
||||||
# so that text in Screen will go into the xterm's scrollback buffer.
|
# so that text in Screen will go into the xterm's scrollback buffer
|
||||||
# However, we are disabling this at this point, since byobu's
|
# and user's can press shift-pgup/shift-pgdn.
|
||||||
# alt-pgup and alt-pgdn keybindings now exist.
|
# However, alt-pgup and alt-pgdn keybindings are far more accurate,
|
||||||
#termcapinfo xterm* ti@:te@
|
# and handle per session/window/split scrollback correctly
|
||||||
|
termcapinfo xterm* ti@:te@
|
||||||
altscreen on
|
altscreen on
|
||||||
|
|
||||||
# Enable 256 color terminal
|
# Enable 256 color terminal
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue