HardenedBSD/usr.bin/talk
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
..
ctl_transact.c
ctl.c
display.c Update some ancient warts in talk: 1996-08-19 19:42:00 +00:00
get_addrs.c
get_iface.c
get_names.c
init_disp.c Update some ancient warts in talk: 1996-08-19 19:42:00 +00:00
invite.c
io.c Update some ancient warts in talk: 1996-08-19 19:42:00 +00:00
look_up.c
Makefile
msgs.c
talk_ctl.h
talk.1
talk.c
talk.h