=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/talk/init_disp.c,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- src/usr.bin/talk/init_disp.c 1999/03/23 02:19:32 1.9 +++ src/usr.bin/talk/init_disp.c 1999/03/23 17:00:38 1.10 @@ -1,4 +1,4 @@ -/* $OpenBSD: init_disp.c,v 1.9 1999/03/23 02:19:32 millert Exp $ */ +/* $OpenBSD: init_disp.c,v 1.10 1999/03/23 17:00:38 millert Exp $ */ /* $NetBSD: init_disp.c,v 1.6 1994/12/09 02:14:17 jtc Exp $ */ /* @@ -38,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)init_disp.c 8.2 (Berkeley) 2/16/94"; #endif -static char rcsid[] = "$OpenBSD: init_disp.c,v 1.9 1999/03/23 02:19:32 millert Exp $"; +static char rcsid[] = "$OpenBSD: init_disp.c,v 1.10 1999/03/23 17:00:38 millert Exp $"; #endif /* not lint */ /* @@ -73,7 +73,6 @@ refresh(); noecho(); cbreak(); - nl(); signal(SIGINT, sig_sent); signal(SIGPIPE, sig_sent); /* curses takes care of ^Z */