* spawn.cc (linebuf::~linebuf): Resurrect commented out (for debugging?) code.

This commit is contained in:
Christopher Faylor
2003-02-13 02:52:41 +00:00
parent 4cf24d1442
commit 7a44ba059b
4 changed files with 10 additions and 3 deletions

View File

@@ -308,7 +308,7 @@ fhandler_termios::line_edit (const char *rptr, int nread, termios& ti)
else if (CCEQ (ti.c_cc[VEOF], c))
{
termios_printf ("EOF");
(void) accept_input();
(void) accept_input ();
ret = line_edit_input_done;
continue;
}