mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-16 23:57:54 +01:00
e151ec2315
- 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. |
||
---|---|---|
.. | ||
ctl_transact.c | ||
ctl.c | ||
display.c | ||
get_addrs.c | ||
get_iface.c | ||
get_names.c | ||
init_disp.c | ||
invite.c | ||
io.c | ||
look_up.c | ||
Makefile | ||
msgs.c | ||
talk_ctl.h | ||
talk.1 | ||
talk.c | ||
talk.h |