home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.tcl
- Path: sparky!uunet!walter!grumpy!bytor
- From: bytor@grumpy.bellcore.com (Ross Huitt)
- Subject: Re: wish -- command line editing
- Message-ID: <1992Sep8.181845.24105@walter.bellcore.com>
- Sender: bytor@grumpy (Ross Huitt)
- Nntp-Posting-Host: grumpy.ctt.bellcore.com
- Organization: Bellcore
- References: <17mav8INNb5m@agate.berkeley.edu> <55220005@hpfcbig.SDE.HP.COM> <189ipjINNd1b@agate.berkeley.edu> <1992Sep5.073337.9071@cs.ubc.ca>
- Date: Tue, 8 Sep 92 18:18:45 GMT
- Lines: 10
-
- I've been using the GNU readline library for my core Tcl shells.
- It works just fine. However, I can't figure out how to get readline
- working seamlessly with Tk. Since the Tk file handler mechanism
- ends up buffering stdin a line at a time, I can't get the readline
- library to read stdin interactively. There's probably something
- I can do with FNDELAY to resolve the problem, but I've had other
- priorities...
-
- Ross Huitt
- bytor@ctt.bellcore.com
-