* usr/share/byobu/profiles/bashrc:

- adjust whitespace
This commit is contained in:
Dustin Kirkland 2013-11-08 12:11:17 -06:00
commit cc13dd2367
2 changed files with 3 additions and 2 deletions

3
debian/changelog vendored
View file

@ -1,6 +1,7 @@
byobu (5.64) unreleased; urgency=low 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 -- Dustin Kirkland <kirkland@ubuntu.com> Thu, 07 Nov 2013 11:55:15 -0600

View file

@ -47,7 +47,7 @@ if [ -n "$TMUX" ] || [ "${TERMCAP#*screen}" != "${TERMCAP}" ]; then
export LESS_TERMCAP_se=$(printf '\e[0m') # leave standout mode 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_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_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) # Use Byobu colors (green / blue / red)