summaryrefslogtreecommitdiffstats
path: root/usr.bin/window
Commit message (Collapse)AuthorAgeFilesLines
* Use <signal.h> instead of <sys/signal.h>.dfr1998-08-055-5/+5
|
* Define '\t' as a printable character, so it can be displayed on thejoerg1998-04-201-1/+1
| | | | | screen. isprint(3) doesn't do this, but isprt() apparently expected this to be the case.
* Change a (defaulted) int arg to a long so that a cast from a pointerjb1998-02-202-3/+5
| | | | | doesn't throw anything away. I don't want to re-code the app, just port it!
* Add #include <string.h> to get prototypes. Note that this programjb1998-02-203-3/+6
| | | | also has a local "string.h" which is included too.
* Add #include <string.h> to get prototypes.jb1998-02-202-0/+2
|
* Add #include <stdlib.h> to get prototypes.jb1998-02-203-0/+3
|
* Wait for job to finish and exit if exec fails.imp1998-01-071-1/+2
| | | | Obtained from: OpenBSD (Theo de Raadt)
* Make window(1) honor the LC_CTYPE setting.joerg1997-11-052-4/+31
| | | | | | 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
|
* Correct some man page cross references and file location references.mpp1996-04-071-6/+6
|
* Correct some manual page cross reference errors. E.g. su is a sectionmpp1996-02-021-1/+1
| | | | | one man page, not section eight. This is the first round of such changes and only fixes man pages in manual section one.
* Remove _set_ospeed, it is done in tgetentache1995-08-051-1/+0
|
* Allow it works with non-fixed termios speeds.ache1995-08-042-7/+9
| | | | Replace ospeed switch with new _set_ospeed
* Remove trailing whitespace.rgrimes1995-05-302-2/+2
|
* Include <stdlib.h> so that malloc() is declared.bde1995-04-024-0/+4
|
* Nuke bogus duplicate decls.jkh1994-12-181-2/+0
|
* Give up instead of looping endlessly for unknown speeds.bde1994-10-301-2/+1
|
* More 8bit/ctype fixes, command modeache1994-10-304-39/+27
|
* Make window 8bit clean and ctype oriented.ache1994-10-309-89/+16
| | | | Fix restart after ^Z hang.
* Fix hang on exit: needs to restore SIGIO reaction _before_ache1994-10-302-1/+3
| | | | tcsetattr, because tcsetattr cause SIGIO in wakeup
* Remove VMIN_BUG from CFLAGS, add 57600, 115200ache1994-10-272-1/+10
|
* More merry makefile munging for man page compatability.wollman1994-08-051-1/+1
|
* This commit was generated by cvs2svn to compensate for changes in r1590,rgrimes1994-05-27106-0/+16397
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-27106-0/+16397
|
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+65
OpenPOWER on IntegriCloud