* usr/share/byobu/profiles/common: LP: #776742

- disable xterm/gnome-terminal's scrollback buffer
  - it seems we should be able to do this, at this point since byobu
    now has keybindings for alt-pgup and alt-pgdn
  - note that this commit does, however, revert the fix for an older bug
This commit is contained in:
Dustin Kirkland 2011-05-04 02:12:19 -05:00
commit 4958ea3f97
2 changed files with 10 additions and 3 deletions

5
debian/changelog vendored
View file

@ -13,6 +13,11 @@ byobu (3.35) unreleased; urgency=low
- preserve this choice - preserve this choice
* usr/share/byobu/keybindings/f-keys: LP: #776740 * usr/share/byobu/keybindings/f-keys: LP: #776740
- improve alt-pgup / alt-pgdown - improve alt-pgup / alt-pgdown
* usr/share/byobu/profiles/common: LP: #776742
- disable xterm/gnome-terminal's scrollback buffer
- it seems we should be able to do this, at this point since byobu
now has keybindings for alt-pgup and alt-pgdn
- note that this commit does, however, revert the fix for an older bug
-- Dustin Kirkland <kirkland@ubuntu.com> Tue, 03 May 2011 12:11:10 -0500 -- Dustin Kirkland <kirkland@ubuntu.com> Tue, 03 May 2011 12:11:10 -0500

View file

@ -80,9 +80,11 @@ backtick 137 23 23 byobu-status time_binary
hardstatus alwayslastline hardstatus alwayslastline
# Turns 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.
termcapinfo xterm* ti@:te@ # However, we are disabling this at this point, since byobu's
# alt-pgup and alt-pgdn keybindings now exist.
#termcapinfo xterm* ti@:te@
altscreen on altscreen on
# Enable 256 color terminal # Enable 256 color terminal