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.2.2. 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.2.1:

* made a proper tostring method...
* added checking of the first argument to [gs]etenviron() methods
* fixed a few things I found when running cppcheck over the source

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

or via luarocks install lpty.

Rgds,

Gunnar