summaryrefslogtreecommitdiffstats
path: root/usr.bin/talk/display.c
Commit message (Collapse)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Add rcsid. Remove unused #includes (what about RU# ?). Change exit(-1) andcharnier1998-01-141-0/+4
| | | | add usage().
* Update some ancient warts in talk:peter1996-08-191-1/+1
| | | | | | | | | | - 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.
* Cast to unsigned char instead of unsignedache1996-04-031-2/+2
| | | | Cast ctype argument to unsigned char
* Make talk automagically find out the interface IP address where thejoerg1996-03-091-2/+7
| | | | | | | remote peer will be connected through. This avoids the ``Checking for invitation on caller's machine'' problem for multi-homed hosts. Thanks to: Garrett, for his `find_interface' example
* Make talk ctype-aware, handle controns as tcsh does, use human-orientedache1994-09-201-36/+20
| | | | scroll, most of changes from 1.x
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+190
OpenPOWER on IntegriCloud