mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -07:00
* profiles/common: enable 256 color support, LP: #409353
Signed-off-by: Dustin Kirkland <kirkland@canonical.com>
This commit is contained in:
parent
c452fb2807
commit
4f4f2a13f2
2 changed files with 7 additions and 1 deletions
3
debian/changelog
vendored
3
debian/changelog
vendored
|
@ -7,13 +7,14 @@ byobu (2.25) unreleased; urgency=low
|
|||
* release, logo: default the logo and release to Byobu, if undetermined
|
||||
* profiles/common: ip_address is really cheap, changes more frequently
|
||||
than previously considered, check this every ~2 minutes
|
||||
* profiles/common: enable 256 color support, LP: #409353
|
||||
|
||||
[ Scott Moser ]
|
||||
* debian/source_byobu.py: invoke ls command allowing for shell expansion,
|
||||
LP: #408936
|
||||
* byobu-janitor: do not fail on optional sed replacement, LP: #408945
|
||||
|
||||
-- Dustin Kirkland <kirkland@ubuntu.com> Wed, 05 Aug 2009 16:16:29 +0100
|
||||
-- Dustin Kirkland <kirkland@ubuntu.com> Wed, 05 Aug 2009 16:23:33 +0100
|
||||
|
||||
byobu (2.24-0ubuntu1) karmic; urgency=low
|
||||
|
||||
|
|
|
@ -73,6 +73,11 @@ hardstatus alwayslastline
|
|||
termcapinfo xterm* ti@:te@
|
||||
altscreen on
|
||||
|
||||
# Enable 256 color terminal
|
||||
attrcolor b ".I"
|
||||
termcapinfo xterm 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm'
|
||||
defbce "on"
|
||||
|
||||
# Log 10000 lines
|
||||
defscrollback 10000
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue