--- ray/src/rt/tty.c 1989/02/02 10:41:48 1.1 +++ ray/src/rt/tty.c 1989/09/29 13:23:58 1.2 @@ -86,7 +86,7 @@ char *buf; { int getch(); - editline(buf, getch, ttydev->comout, ttymode.sg_erase, ttymode.sg_kill); + editline(buf, getch, ttydev->comout); }