RE: SMG keyboard interface

2010-08-04 Thread Carl Friedberg
Pfau [mailto:p...@nbpfaus.net] Sent: Wednesday, August 04, 2010 6:19 AM To: Craig A. Berry Cc: vmsperl@perl.org Subject: Re: SMG keyboard interface On Aug 3, 2010, at 23:04 49, Craig A. Berry wrote: > > On Aug 3, 2010, at 5:19 PM, Thomas Pfau wrote: > >> I've been hacking a

Re: SMG keyboard interface

2010-08-04 Thread Thomas Pfau
On Aug 3, 2010, at 23:04 49, Craig A. Berry wrote: > > On Aug 3, 2010, at 5:19 PM, Thomas Pfau wrote: > >> I've been hacking around with some code that interfaces to SMG's keyboard >> routines. The module exposes SMG$READ_STRING, SMG$READ_COMPOSED_LINE and >> SMG$READ_KEYSTROKE. I also crea

Re: SMG keyboard interface

2010-08-03 Thread Craig A. Berry
On Aug 3, 2010, at 5:19 PM, Thomas Pfau wrote: I've been hacking around with some code that interfaces to SMG's keyboard routines. The module exposes SMG$READ_STRING, SMG $READ_COMPOSED_LINE and SMG$READ_KEYSTROKE. I also created a Term::ReadLine::SMG that uses this module. If anyone is