Peter Wemm e151ec2315 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.
1996-08-19 19:42:00 +00:00
..
1996-08-19 19:42:00 +00:00
1996-08-19 19:42:00 +00:00
1996-08-19 19:42:00 +00:00
1994-05-27 12:33:43 +00:00