lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hi,

this message is to announce the availability of lpty 1.1. lpty is a simple
interface to pty functionality, providing the ability to fork a process and run
it under pty control. It does not try to mimic the posix API but instead focuses
on the function of running and controlling a program.

New since version 1.0.1:

- terminals can now be set to raw mode
- added a simple expect() method.
- added readline() method to read a single line from the pty
- added getflags() method to retrieve the flags the pty was created
  with.
- changed option parsing for lpty.new, so that invalid options will
  be recognized as such

You can get lpty from http://www.tset.de/lpty

or via luarocks install lpty.

Rgds,

Gunnar