summaryrefslogtreecommitdiffstats
path: root/usr.bin/window/ttoutput.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove window(1) from the base system.ed2009-06-021-150/+0
| | | | | | | | | | | | | | | Some time ago Tom Rhodes sent me an email that he was willing to perform various cleanups to the window(1) source code. After some discussion, we both decided the best thing to do, was to move window(1) to the ports tree. The application isn't used a lot nowadays, mainly because it has been superseeded by screen, tmux, etc. A couple of hours ago Tom committed window(1) to ports (misc/window), so I'm removing it from the tree. I don't think people will really miss it, but I'm describing the change in UPDATING anyway. Discussed with: trhodes, pav, kib Approved by: re
* Include proper header files for system functions that are used andimp2009-02-191-0/+2
| | | | | that gcc complains about this code changing from the built-in versions.
* Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. Thesheldonh2001-07-261-1/+2
| | | | | | | definitions are more readable, and it's possible that they're more portable to pathalogical platforms. Submitted by: David Hill <david@phobia.ms>
* Fix the rcsid's.obrien2001-05-171-1/+2
|
* While I'm here and got caught by it, add FreeBSD IDs so the next guyobrien2000-10-261-2/+1
| | | | won't have trouble committing his bits.
* #include <errno.h> where needed. Kill extern int errno;.imp2000-04-141-2/+3
| | | | Minor warnings in tip corrected.
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+146
OpenPOWER on IntegriCloud