1
2
3
4
5
6
7
8
9
10
|
FILE: "/home/joze/src/tclreadline/README"
LAST MODIFICATION: "Sat Aug 28 23:30:56 1999 (joze)"
(C) 1998, 1999 by Johannes Zellner, <johannes@zellner.org>
$Id$
---
tclreadline -- gnu readline for tcl
Copyright (C) 1999 Johannes Zellner
|
|
|
1
2
3
4
5
6
7
8
9
10
|
FILE: "/home/joze/src/tclreadline/README"
LAST MODIFICATION: "Sun Aug 29 01:00:01 1999 (joze)"
(C) 1998, 1999 by Johannes Zellner, <johannes@zellner.org>
$Id$
---
tclreadline -- gnu readline for tcl
Copyright (C) 1999 Johannes Zellner
|
86
87
88
89
90
91
92
93
94
95
96
97
98
99
|
to this value.
By default tclreadline::historyfile == -1, that
is no truncation occurs.
fixes:
- after having at least one character typed, X events
were not processed any more until pressing <return>.
tclreadline-0.9.1: (Aug 1999)
changes:
- new variable tclreadline_patchLevel
- tclreadline::Loop takes an optional <historyfile>
|
>
>
>
>
|
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
|
to this value.
By default tclreadline::historyfile == -1, that
is no truncation occurs.
fixes:
- after having at least one character typed, X events
were not processed any more until pressing <return>.
- catching `tclreadline::readline read' errors
in tclreadline::Loop. This was necessary, because
the evaluation of the script completer can return
an error.
tclreadline-0.9.1: (Aug 1999)
changes:
- new variable tclreadline_patchLevel
- tclreadline::Loop takes an optional <historyfile>
|