]> git.phdru.name Git - dotfiles.git/commitdiff
Change wording in comments
authorOleg Broytman <phd@phdru.name>
Tue, 5 Aug 2014 21:00:54 +0000 (01:00 +0400)
committerOleg Broytman <phd@phdru.name>
Tue, 5 Aug 2014 21:00:54 +0000 (01:00 +0400)
lib/config/less/dark_bg
lib/config/less/light_bg

index 7d50c074ff201fd8e2ec497f718966bce7c8d9cb..293dbea96a90601a78cefc1bacdd7782dd7378c0 100644 (file)
@@ -1,10 +1,10 @@
 # See https://unix.stackexchange.com/q/108699 and man terminfo
-export LESS_TERMCAP_mb="`tput bold; tput setaf 2`" # begin blinking - bold green
-export LESS_TERMCAP_md="`tput bold; tput setaf 6`" # begin bold cyan
+export LESS_TERMCAP_mb="`tput bold; tput setaf 2`" # instead of blinking begin bold green
+export LESS_TERMCAP_md="`tput bold; tput setaf 6`" # begin bold cyan
 export LESS_TERMCAP_me="`tput sgr0`" # end mode
 export LESS_TERMCAP_mh="`tput dim`" # half-bright mode
 export LESS_TERMCAP_mr="`tput rev`" # reverse video mode
 export LESS_TERMCAP_se="`tput rmso; tput sgr0`" # end standout-mode
 export LESS_TERMCAP_so="`tput setaf 7; tput setab 4`" # begin standout-mode (info box) - white on blue
 export LESS_TERMCAP_ue="`tput rmul; tput sgr0`" # end underline
-export LESS_TERMCAP_us="`tput smul; tput bold; tput setaf 7`" #  # begin underline - white
+export LESS_TERMCAP_us="`tput smul; tput bold; tput setaf 7`" #  # begin underline bold white
index 61b61136a43af56632e48cb100f838eee163bcc5..dcb5d0e83101b0518d5c52e3832eecc660324be2 100644 (file)
@@ -1,6 +1,6 @@
 # See https://unix.stackexchange.com/q/108699 and man terminfo
-export LESS_TERMCAP_mb="`tput bold; tput setaf 5`" # begin blinking - bold magenta
 export LESS_TERMCAP_md="`tput bold; tput setaf 4`" # begin bold - blue
+export LESS_TERMCAP_mb="`tput bold; tput setaf 5`" # instead of blinking begin bold magenta
 export LESS_TERMCAP_me="`tput sgr0`" # end mode
 export LESS_TERMCAP_mh="`tput dim`" # half-bright mode
 export LESS_TERMCAP_mr="`tput rev`" # reverse video mode