aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/talk/display.c
Commit message (Collapse)AuthorAgeFilesLines
* usr.bin: Remove ancient SCCS tags.Warner Losh2023-11-271-3/+0
| | | | | | | | Remove ancient SCCS tags from the tree, automated scripting, with two minor fixup to keep things compiling. All the common forms in the tree were removed with a perl script. Sponsored by: Netflix
* Remove $FreeBSD$: two-line .c patternWarner Losh2023-08-161-3/+0
| | | | Remove /^#include\s+<sys/cdefs.h>.*$\n\s+__FBSDID\("\$FreeBSD\$"\);\n/
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-1/+3
| | | | | | | | | | | | | | | | | Mainly focus on files that use BSD 3-Clause license. The Software Package Data Exchange (SPDX) group provides a specification to make it easier for automated tools to detect and summarize well known opensource licenses. We are gradually adopting the specification, noting that the tags are considered only advisory and do not, in any way, superceed or replace the license texts. Special thanks to Wind River for providing access to "The Duke of Highlander" tool: an older (2014) run over FreeBSD tree was useful as a starting point. Notes: svn path=/head/; revision=326025
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
| | | | | | | | | | | | Renumber cluase 4 to 3, per what everybody else did when BSD granted them permission to remove clause 3. My insistance on keeping the same numbering for legal reasons is too pedantic, so give up on that point. Submitted by: Jan Schaumann <jschauma@stevens.edu> Pull Request: https://github.com/freebsd/freebsd/pull/96 Notes: svn path=/head/; revision=314436
* Make talk(1) capable of displaying UTF-8 characters.Gleb Smirnoff2014-03-171-83/+107
| | | | | | | Sponsored by: Nginx, Inc. Notes: svn path=/head/; revision=263264
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-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 Notes: svn path=/head/; revision=216370
* Move unistd.h includes to individual .c files and remove unnecessaryXin LI2009-12-111-0/+1
| | | | | | | includes. Notes: svn path=/head/; revision=200418
* ANSIfy function prototypes. While I am there, constify some parameters andXin LI2008-04-281-10/+3
| | | | | | | | make use of C99 sparse initialization for static variables, this makes talk(1) to compile cleanly with WARNS=6. Notes: svn path=/head/; revision=178642
* remove whitespace at end of lineLuigi Rizzo2003-07-041-1/+1
| | | | Notes: svn path=/head/; revision=117238
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-011-1/+1
| | | | | | | especially in troff files. Notes: svn path=/head/; revision=108533
* Clear local screen when ^D is typed.Luigi Rizzo2002-07-141-0/+12
| | | | | | | | | Use setproctitle to remove arguments from 'ps' output. MFC after: 3 days Notes: svn path=/head/; revision=99965
* WARNS=2 fixes with NO_WERROR set because of system-header originatingMark Murray2001-12-111-12/+13
| | | | | | | warnings. Use __FBSDID(). Notes: svn path=/head/; revision=87710
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50477
* Add rcsid. Remove unused #includes (what about RU# ?). Change exit(-1) andPhilippe Charnier1998-01-141-0/+4
| | | | | | | add usage(). Notes: svn path=/head/; revision=32503
* Update some ancient warts in talk:Peter Wemm1996-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. Notes: svn path=/head/; revision=17676
* Cast to unsigned char instead of unsignedAndrey A. Chernov1996-04-031-2/+2
| | | | | | | Cast ctype argument to unsigned char Notes: svn path=/head/; revision=15022
* Make talk automagically find out the interface IP address where theJoerg Wunsch1996-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 Notes: svn path=/head/; revision=14443
* Make talk ctype-aware, handle controns as tcsh does, use human-orientedAndrey A. Chernov1994-09-201-36/+20
| | | | | | | scroll, most of changes from 1.x Notes: svn path=/head/; revision=2929
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+190
Notes: svn path=/cvs2svn/branches/CHRISTOS/; revision=1590