summaryrefslogtreecommitdiff
path: root/usr.bin/talk/display.c
AgeCommit message (Collapse)Author
2000-12-31Redress PR 1547. Provide an option to pass high characters withoutHugh Graham
escaping, and turn it off by default. Checked by angelos@.
2000-12-30Allow printing characters > 0x80, thus permitting other charsetsAngelos D. Keromytis
(dem0n@istc.kiev.ua, PR 1547)
1999-03-23Don't bother calling nl() in init_display, just do the '\r' -> '\n' conversionTodd C. Miller
ourselves in display(). Since we don't use the curses input routines we have to do the conversion by hand. This is cheap because input processing is done on a per-character basis. Closes PR 783.
1998-04-28NetBSD-based -Wall cleanupPaul Janzen
1997-11-30treat \n and \r the same on inputTheo de Raadt
1996-10-21talk messes up national characters; netbsd pr#2874, tron@lyssa.owl.deTheo de Raadt
1996-06-26rcsidTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt