This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Tcl interactive history


With Cygwin "tclsh", if you press the up arrow, instead of returning previous
entry from the history, it just moves the cursor up. From that point the REPL is
broken, and must be closed with Ctrl+C or similar. This is in contrast, from
what I can tell, every other Tcl implementation:

- https://activestate.com/products/activetcl
- https://bitbucket.org/tombert/tcltk
- https://github.com/msteveb/jimtcl
- https://irontcl.com
- https://magicsplat.com/tcl-installer

I know that JimTcl is using LineNoise:

https://github.com/antirez/linenoise

I am not sure if the others are using ReadLine or what. Can this be corrected
for the Cygwin version? As for me anyway it makes it unusable.


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]