summaryrefslogtreecommitdiffstats
path: root/usr.bin/window/main.c
Commit message (Collapse)AuthorAgeFilesLines
* 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