mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-10 05:50:26 +02:00
set width for `,trace' command
* module/system/repl/command.scm (trace): Set trace width to terminal width by default.
This commit is contained in:
parent
13d807b7d3
commit
74e4dd2798
1 changed files with 1 additions and 1 deletions
|
@ -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)))
|
||||
|
||||
|
||||
;;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue