diff options
Diffstat (limited to 'doc/console.n')
-rw-r--r-- | doc/console.n | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/console.n b/doc/console.n index 8e0691c..bce765d 100644 --- a/doc/console.n +++ b/doc/console.n @@ -129,6 +129,7 @@ Most other behaviour is the same as a conventional text widget except for the way that the \fI<<Cut>>\fR event is handled identically to the \fI<<Copy>>\fR event. .SH EXAMPLE +.PP Not all platforms have the \fBconsole\fR command, so debugging code often has the following code fragment in it so output produced by \fBputs\fR can be seen while during development: @@ -139,3 +140,6 @@ catch {\fBconsole show\fR} destroy(n), fconfigure(n), history(n), interp(n), puts(n), text(n), wm(n) .SH KEYWORDS console, interpreter, window, interactive, output channels +'\" Local Variables: +'\" mode: nroff +'\" End: |