This is the mail archive of the
cygwin
mailing list for the Cygwin project.
Tcl interactive history
- From: Steven Penny <svnpenn at gmail dot com>
- To: cygwin at cygwin dot com
- Date: Sat, 08 Jun 2019 11:49:43 -0700 (PDT)
- Subject: 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