Date: Mon, 19 Aug 1996 12:42:03 -0700 (PDT) From: Peter Wemm <peter> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/talk display.c init_disp.c io.c Message-ID: <199608191942.MAA05753@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 96/08/19 12:42:02
Modified: usr.bin/talk display.c init_disp.c io.c
Log:
Update some ancient warts in talk:
- use termios, not sgtty
- dont use _putchar(), that was a BSD-curses specific feature not in
other curses packages (such as ncurses)
- use sigaction, not sigvec while I'm there
- box() does different things under sysv/ncurses on 1-line high windows,
and BSD-curses doesn't have hline(), so do it by adding characters
instead. That works on both styles of curses.
Revision Changes Path
1.5 +1 -1 src/usr.bin/talk/display.c
1.6 +20 -17 src/usr.bin/talk/init_disp.c
1.5 +3 -1 src/usr.bin/talk/io.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199608191942.MAA05753>
