mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 22:13:19 -07:00
* usr/share/byobu/profiles/bashrc:
- adjust whitespace
This commit is contained in:
parent
eb2ee1c884
commit
cc13dd2367
2 changed files with 3 additions and 2 deletions
3
debian/changelog
vendored
3
debian/changelog
vendored
|
@ -1,6 +1,7 @@
|
|||
byobu (5.64) unreleased; urgency=low
|
||||
|
||||
* UNRELEASED
|
||||
* usr/share/byobu/profiles/bashrc:
|
||||
- adjust whitespace
|
||||
|
||||
-- Dustin Kirkland <kirkland@ubuntu.com> Thu, 07 Nov 2013 11:55:15 -0600
|
||||
|
||||
|
|
|
@ -47,7 +47,7 @@ if [ -n "$TMUX" ] || [ "${TERMCAP#*screen}" != "${TERMCAP}" ]; then
|
|||
export LESS_TERMCAP_se=$(printf '\e[0m') # leave standout mode
|
||||
export LESS_TERMCAP_so=$(printf '\e[03;38;5;202m') # enter standout mode – orange background highlight (or italics)
|
||||
export LESS_TERMCAP_ue=$(printf '\e[0m') # leave underline mode
|
||||
export LESS_TERMCAP_us=$(printf '\e[04;38;5;139m') # enter underline mode – underline aubergine
|
||||
export LESS_TERMCAP_us=$(printf '\e[04;38;5;139m') # enter underline mode – underline aubergine
|
||||
;;
|
||||
*)
|
||||
# Use Byobu colors (green / blue / red)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue