about summary refs log tree commit diff stats
path: root/bollux
diff options
context:
space:
mode:
Diffstat (limited to 'bollux')
-rw-r--r--bollux2
1 files changed, 1 insertions, 1 deletions
diff --git a/bollux b/bollux index 974d497..3f4d31f 100644 --- a/bollux +++ b/bollux
@@ -146,7 +146,7 @@ bollux_config() {
146 ## typesetting 146 ## typesetting
147 : "${T_MARGIN:=4}" # left and right margin 147 : "${T_MARGIN:=4}" # left and right margin
148 : "${T_WIDTH:=0}" # width of the viewport -- 0 = get term width 148 : "${T_WIDTH:=0}" # width of the viewport -- 0 = get term width
149 : "${T_PRE_DISPLAY:=pre,alt,both}" # how to view PRE blocks 149 : "${T_PRE_DISPLAY:=both,pre,alt}" # how to view PRE blocks
150 # colors -- these will be wrapped in \e[ __ m 150 # colors -- these will be wrapped in \e[ __ m
151 C_RESET='\e[0m' # reset 151 C_RESET='\e[0m' # reset
152 : "${C_SIGIL:=35}" # sigil (=>, #, ##, ###, *, ```) 152 : "${C_SIGIL:=35}" # sigil (=>, #, ##, ###, *, ```)