about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2021-02-27 16:54:22 -0600
committerCase Duckworth2021-02-27 16:54:22 -0600
commiteda86b6f1f2e290664a061246d5745e70c110eaa (patch)
treea64fc4d57dd7c7534cdc492c1f329468b5a097be
parentChange default pre-cycle to 'p' (diff)
downloadbollux-eda86b6f1f2e290664a061246d5745e70c110eaa.tar.gz
bollux-eda86b6f1f2e290664a061246d5745e70c110eaa.zip
Change default T_PRE_DISPLAY to both,pre,alt
-rw-r--r--bollux2
-rw-r--r--bollux.conf.52
2 files changed, 2 insertions, 2 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 (=>, #, ##, ###, *, ```)
diff --git a/bollux.conf.5 b/bollux.conf.5 index b590397..b23aa62 100644 --- a/bollux.conf.5 +++ b/bollux.conf.5
@@ -94,7 +94,7 @@ If set to 0, attempts to use the width of the terminal,
94falling back to 80. 94falling back to 80.
95.TP 95.TP
96.BR T_PRE_DISPLAY 96.BR T_PRE_DISPLAY
97comma-separated list of items; default is pre,alt,both. 97comma-separated list of items; default is both,pre,alt.
98.br 98.br
99How to display preformatted text blocks. 99How to display preformatted text blocks.
100.I pre 100.I pre