freebsd-src/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.c Make talk automagically find out the interface IP address where the 1996-03-09 19:23:01 +00:00
ctl_transact.c Make talk automagically find out the interface IP address where the 1996-03-09 19:23:01 +00:00
display.c Update some ancient warts in talk: 1996-08-19 19:42:00 +00:00
get_addrs.c Make talk automagically find out the interface IP address where the 1996-03-09 19:23:01 +00:00
get_iface.c Increment network byte order properly 1996-03-12 10:23:30 +00:00
get_names.c Make talk automagically find out the interface IP address where the 1996-03-09 19:23:01 +00:00
init_disp.c Update some ancient warts in talk: 1996-08-19 19:42:00 +00:00
invite.c Make talk automagically find out the interface IP address where the 1996-03-09 19:23:01 +00:00
io.c Update some ancient warts in talk: 1996-08-19 19:42:00 +00:00
look_up.c Make talk automagically find out the interface IP address where the 1996-03-09 19:23:01 +00:00
Makefile Make talk automagically find out the interface IP address where the 1996-03-09 19:23:01 +00:00
msgs.c Make talk automagically find out the interface IP address where the 1996-03-09 19:23:01 +00:00
talk.1 Partially back out previous fix (in cases ':' and '!'), 1994-10-24 05:42:34 +00:00
talk.c Make talk automagically find out the interface IP address where the 1996-03-09 19:23:01 +00:00
talk.h Make talk automagically find out the interface IP address where the 1996-03-09 19:23:01 +00:00
talk_ctl.h BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00