summaryrefslogtreecommitdiffstats
path: root/usr.bin/talk/init_disp.c
Commit message (Collapse)AuthorAgeFilesLines
* Add missing static keywords to talk(1)ed2011-11-061-2/+0
|
* Remove the advertising clause from UCB copyrighted files in usr.bin. Thisjoel2010-12-111-4/+0
| | | | | | | | | is in accordance with the information provided at ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change Also add $FreeBSD$ to a few files to keep svn happy. Discussed with: imp, rwatson
* ANSIfy function prototypes. While I am there, constify some parameters anddelphij2008-04-281-7/+6
| | | | | make use of C99 sparse initialization for static variables, this makes talk(1) to compile cleanly with WARNS=6.
* Handle window resizing better.cognet2004-04-191-0/+56
| | | | | Submitted by: Cyril Nguyen Huu Obtained from: OpenBSD
* WARNS=2 fixes with NO_WERROR set because of system-header originatingmarkm2001-12-111-7/+9
| | | | warnings. Use __FBSDID().
* Include missing header files which define functions for which gcc hasdd2001-06-241-0/+1
| | | | builtints (e.g., exit, strcmp).
* talk depended on side effects of curses includes.peter1999-08-301-0/+1
|
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Add rcsid. Remove unused #includes (what about RU# ?). Change exit(-1) andcharnier1998-01-141-6/+6
| | | | add usage().
* Enable idlok() in both windows. This is actually a no-op for libcursespeter1996-12-281-0/+2
| | | | | | (which doesn't use the setting at all), but when linking with recent versions of libncurses, ncurses screws up without it for some reason (presumably a ncurses bug).
* If running under a typical sysv-style curses, including ncurses, usepeter1996-08-201-3/+5
| | | | | | | | hline() to draw the window split rather than fudging it with dashes. This causes the line to be drawn in line-draw characters if the terminal description has them. Suggested by: ache
* Update some ancient warts in talk:peter1996-08-191-18/+21
| | | | | | | | | | - 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.
* Make talk automagically find out the interface IP address where thejoerg1996-03-091-3/+8
| | | | | | | 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
* Remove trailing whitespace.rgrimes1995-05-301-3/+3
|
* Add check for writeable terminalache1994-12-301-0/+19
| | | | Submitted by: mark@grondar.za (and slightly modified)
* Make talk ctype-aware, handle controns as tcsh does, use human-orientedache1994-09-201-2/+2
| | | | scroll, most of changes from 1.x
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+149
OpenPOWER on IntegriCloud