summaryrefslogtreecommitdiffstats
path: root/usr.bin/window/main.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove window(1) from the base system.ed2009-06-021-207/+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
* Fix a `cast to pointer from integer of different size' warning.marcel2003-09-171-1/+1
| | | | | | | usage() has been made a (non-void) function so that it can be used in a pointer expression (see macro `next'). Widen the implied integer return type of usage() so that we can cast to a pointer without warnings.
* Fix the rcsid's.obrien2001-05-171-1/+2
|
* Having a local `string.h' is just asking for trouble. As is having aobrien2000-10-261-1/+2
| | | | | `struct string'. Rename the struct and effectively rename the header to `mystring.h'
* Add #include <string.h> to get prototypes. Note that this programjb1998-02-201-1/+2
| | | | also has a local "string.h" which is included too.
* Make window(1) honor the LC_CTYPE setting.joerg1997-11-051-0/+2
| | | | | | While i was at it, don't export \E[OA style cursor key strings into the TERMCAP variable since window's emulation doesn't support it. Instead, convert to \E[[A etc.
* Cosmetic in usage string.charnier1997-08-261-1/+1
|
* Remove trailing whitespace.rgrimes1995-05-301-1/+1
|
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+202
OpenPOWER on IntegriCloud