Well, once again, I dropped the ball here. I thought I had put it on CPAN; I did get permission from the author to do that. I know I was working on it about 4 years ago, but got sidetracked. I'll see if I can dig into this sometime this week.
Carl -----Original Message----- From: Thomas 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 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.