mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 22:13:19 -07:00
fix for Bug #309393
This commit is contained in:
parent
12551449f7
commit
866c17955b
2 changed files with 3 additions and 2 deletions
3
debian/changelog
vendored
3
debian/changelog
vendored
|
@ -5,8 +5,9 @@ screen-profiles (1.5) UNRELEASED; urgency=low
|
||||||
* bin/load-average: added a load average script
|
* bin/load-average: added a load average script
|
||||||
* debian/install, profiles/common, profiles/ubuntu.screenrc:
|
* debian/install, profiles/common, profiles/ubuntu.screenrc:
|
||||||
updated with mem and load status scripts
|
updated with mem and load status scripts
|
||||||
|
* profiles/common: fix scrollback, LP: #309393
|
||||||
|
|
||||||
-- Dustin Kirkland <kirkland@ubuntu.com> Fri, 09 Jan 2009 14:42:08 -0600
|
-- Dustin Kirkland <kirkland@ubuntu.com> Fri, 09 Jan 2009 15:05:11 -0600
|
||||||
|
|
||||||
screen-profiles (1.4-0ubuntu1) jaunty; urgency=low
|
screen-profiles (1.4-0ubuntu1) jaunty; urgency=low
|
||||||
|
|
||||||
|
|
|
@ -37,7 +37,7 @@ hardstatus alwayslastline
|
||||||
caption always "%{kW}%?%-Lw%?%{bw}%n*%f %t%?(%u)%?%{kW}%?%+Lw%?"
|
caption always "%{kW}%?%-Lw%?%{bw}%n*%f %t%?(%u)%?%{kW}%?%+Lw%?"
|
||||||
|
|
||||||
# Allow scrolling in xterm, 10000 lines
|
# Allow scrolling in xterm, 10000 lines
|
||||||
termcapinfo xterm ti@:te@
|
termcapinfo xterm* ti@:te@
|
||||||
defscrollback 10000
|
defscrollback 10000
|
||||||
|
|
||||||
# Default keybindings
|
# Default keybindings
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue