mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 08:38:13 -05:00
was being interperated and displayed as ^M on the remote side. Old curses used to change the behavior of the tty and how carriage return was interperated via STDIN. ncurses does this on a per-window basis within the library rather than using the tty modes. Since talk is bypassing ncurses, it was missing the conversion. Reviewed by: peter |
||
|---|---|---|
| .. | ||
| 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 | ||