mirror of
https://github.com/opnsense/src.git
synced 2026-03-03 13:51:30 -05:00
- 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.c | ||
| ctl_transact.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.1 | ||
| talk.c | ||
| talk.h | ||
| talk_ctl.h | ||