K 10 svn:author V 5 peter K 8 svn:date V 27 1996-08-19T19:42:00.000000Z K 7 svn:log V 420 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. END