Add ,width meta-command to set screen width in debug output
authorMichael Gran <spk121@yahoo.com>
Mon, 21 Feb 2011 05:53:46 +0000 (21:53 -0800)
committerAndy Wingo <wingo@pobox.com>
Fri, 4 Mar 2011 10:01:48 +0000 (11:01 +0100)
commit47b86dbf4dc3da2f4d6d41a018cd221fbf0823ee
tree166b7c9522f562f168124a8c22f5131ef5d556d0
parentc7d6f8b27949e12b6e358e4c9580affddb339af6
Add ,width meta-command to set screen width in debug output

This meta-command allows one to set the default number of columns
that output from ,backtrace and ,locals shall occupy.

* doc/ref/scheme-using.texi (Debug Commands): document ,width
* module/system/repl/command.scm (*width*): new var
  (backtrace, locals): use *width* in optarg
  (width): new meta-command
doc/ref/scheme-using.texi
module/system/repl/command.scm