Re: SMG keyboard interface

[email protected] (Thomas Pfau) Wed, 4 Aug 2010 06:19:19 -0400
Newsgroups perl.vmsperl
Message-ID <[email protected]>
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 created a Term::ReadLine::SMG that uses this module.  If anyone is interested, I'll clean it up, put on the finishing touches and upload it to CPAN.
> 
> Very interesting -- I'd like to see it on CPAN.  Does it bear any resemblance to the very old one here:
> 
> ftp://ftp.sidhe.org/smg.zip
> 
> ?

That code  implements display routines.  It has some input routines but not SMG$READ_COMPOSED_LINE.  Mine only has the keyboard routines.