Bug#558992: third try

2010-04-26 Thread NIIBE Yutaka
2010-01-19 09:43, Joey Hess wrote: Attached patched fixes that. Thanks for your patch. I think that the bug is exiting at the SIGCHLD handler. IIUC, all we need is to stop exiting there. I am testing following patch. --- ttyrec-1.0.8.orig/ttyrec.c 2010-04-27 10:22:52.0 +0900 +++ tty

Bug#558992: third try

2010-01-18 Thread Joey Hess
Noticed that my updated patch left the terminal in a bad state on exit. Attached patched fixes that. -- see shy jo diff --git a/ttyrec.c b/ttyrec.c index 3392f70..03626ce 100644 --- a/ttyrec.c +++ b/ttyrec.c @@ -193,8 +193,9 @@ doinput() #ifdef HAVE_openpty (void) close(slave); #endif - while