ttyrex

ttyrec with more options
git clone https://a3nm.net/git/ttyrex/
Log | Files | Refs | README

commit 0972a84414c434f1d5faa8a085105bd0ea2d6080
parent e90093fac502fbaf2384fc99dc423517124e14c5
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Fri,  9 Dec 2016 17:47:31 +0100

uncommitted changes

Diffstat:
ttyrec.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/ttyrec.c b/ttyrec.c @@ -226,6 +226,7 @@ doinput() #endif while ((cc = read(0, ibuf, BUFSIZ)) > 0) (void) write(master, ibuf, cc); + usleep(10); // TODO ugly way to avoid a race condition done(); }