Skip to content

Commit 2b7b6cf

Browse files
committed
FIX: use default terminal width 80 chars when not resolved from system (CI)
1 parent 57a20bf commit 2b7b6cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mezz/mezz-help.reb

+1-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ import module [
182182
/local value spec args refs rets type ret desc arg def des ref str cols
183183
][
184184
try [
185-
cols: query/mode system/ports/input 'buffer-cols
185+
cols: any [query/mode system/ports/input 'buffer-cols 80]
186186
max-desc-width: cols - 35
187187
]
188188
buffer: any [string clear ""]

0 commit comments

Comments
 (0)