diff options
-rw-r--r-- | bollux | 2 | ||||
-rw-r--r-- | bollux.conf.5 | 2 |
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, | |||
94 | falling back to 80. | 94 | falling back to 80. |
95 | .TP | 95 | .TP |
96 | .BR T_PRE_DISPLAY | 96 | .BR T_PRE_DISPLAY |
97 | comma-separated list of items; default is pre,alt,both. | 97 | comma-separated list of items; default is both,pre,alt. |
98 | .br | 98 | .br |
99 | How to display preformatted text blocks. | 99 | How to display preformatted text blocks. |
100 | .I pre | 100 | .I pre |