diff options
-rw-r--r-- | module/system/repl/command.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/system/repl/command.scm b/module/system/repl/command.scm index e27ca9a30..3fead7cac 100644 --- a/module/system/repl/command.scm +++ b/module/system/repl/command.scm @@ -529,7 +529,7 @@ Trace execution." ;; FIXME: doc options, or somehow deal with them better (apply call-with-trace (repl-prepare-eval-thunk repl (repl-parse repl form)) - opts)) + (cons* #:width (terminal-width) opts))) ;;; |