Check-in [bf2806ad28]
Not logged in
Overview
Comment:*** empty log message ***
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: bf2806ad28c03b5f503ac5942bc83c068ae9c1fa
User & Date: johannes@zellner.org on 1999-03-01 08:49:08
Other Links: manifest | tags
Context
1999-03-01
12:38
*** empty log message *** check-in: 701dc63beb user: johannes@zellner.org tags: trunk
08:49
*** empty log message *** check-in: bf2806ad28 user: johannes@zellner.org tags: trunk
1999-02-28
18:44
*** empty log message *** check-in: c6693b85aa user: johannes@zellner.org tags: trunk
Changes

Modified tclreadline.n.in from [761b093b13] to [55b7046d4f].

1

2
3
4

5
6
7
8
9
10
11

1
2
3

4
5
6
7
8
9
10
11
-
+


-
+







.TH tclreadline 1 "@TCLREADLINE_VERSION@" "Johannes Zellner"
.TH tclreadline n "@TCLREADLINE_VERSION@" "Johannes Zellner"

.\" FILE: "/home/joze/src/tclreadline/tclreadline.n.in"
.\" LAST MODIFIED: "Sun Feb 28 19:43:29 1999 (joze)"
.\" LAST MODIFIED: "Mon Mar  1 09:49:08 1999 (joze)"
.\" (C) 1999 by Johannes Zellner
.\" Johannes.Zellner@physik.uni-karlsruhe.de
.\" $Id$
.\" ---
.\"
.\" tclreadline -- gnu readline for the tcl scripting language
.\" Copyright (C) 1999  Johannes Zellner
108
109
110
111
112
113
114













115
116
117
118
119
120
121
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134







+
+
+
+
+
+
+
+
+
+
+
+
+









.TP 5
\fB::tclreadline::readline write\fP \fIhistoryfile\fP
writes the history to the \fIhistoryfile\fP. This command is called
automatically from the internal routine ::tclreadline::Exit.

.TP 5
\fB::tclreadline::Print\fP [\fIyes / no\fP]
turns on or off the default behavior of tclsh to print the result of
every command. This is turned on by default, so it will just behave
as the tclsh w/o tclreadline. Turning off might be useful, when reading
binary data for example. If \fB::tclreadline::Print\fP is called w/o
arguments, it just returns the current setting.

.TP 5
\fB::tclreadline::Loop\fP
enter the tclreadline main loop. This command is typically called from
the startup resource file (something .tclshrc, depending on the interpreter
you use). \fB::tclreadline::Loop\fP will normally not return.

.\".SH "EXAMPLES"


.\".SH "ENVIRONMENT VARIABLES"

.SH VARIABLES