Replace debug-set! with setenv COLUMNS

As that actually seems to work.
This commit is contained in:
Christopher Baines 2020-09-26 16:42:18 +01:00
parent 6bc1da014f
commit fb180e1ebd

View file

@ -33,7 +33,8 @@
(setlocale LC_ALL "en_US.UTF-8") (setlocale LC_ALL "en_US.UTF-8")
(debug-set! width 256) ;; Make stack traces more useful
(setenv "COLUMNS" "256")
(match (command-line) (match (command-line)
((name job) ((name job)