Change default T_PRE_DISPLAY to both,pre,alt

This commit is contained in:
Case Duckworth 2021-02-27 16:54:22 -06:00
parent 7b4ea75968
commit eda86b6f1f
2 changed files with 2 additions and 2 deletions

2
bollux
View File

@ -146,7 +146,7 @@ bollux_config() {
## typesetting
: "${T_MARGIN:=4}" # left and right margin
: "${T_WIDTH:=0}" # width of the viewport -- 0 = get term width
: "${T_PRE_DISPLAY:=pre,alt,both}" # how to view PRE blocks
: "${T_PRE_DISPLAY:=both,pre,alt}" # how to view PRE blocks
# colors -- these will be wrapped in \e[ __ m
C_RESET='\e[0m' # reset
: "${C_SIGIL:=35}" # sigil (=>, #, ##, ###, *, ```)

View File

@ -94,7 +94,7 @@ If set to 0, attempts to use the width of the terminal,
falling back to 80.
.TP
.BR T_PRE_DISPLAY
comma-separated list of items; default is pre,alt,both.
comma-separated list of items; default is both,pre,alt.
.br
How to display preformatted text blocks.
.I pre