[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: [ANN] lpty 1.2.1
- From: gz@...
- Date: Mon, 18 Jul 2016 15:45:48 +0200
Hi,
this message is to announce the availability of lpty 1.2.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.2:
- fixed a bug where lpty:readline() could have returned an error if the
read
from the pty just returned 0. Bug discovered and fix provided by
Robert
Kumpulainen robrnen@gmail.com
- small change to timeout handling
You can get lpty from http://www.tset.de/lpty
or via luarocks install lpty.
Rgds,
Gunnar