summaryrefslogtreecommitdiff
path: root/usr.bin/window
Commit message (Collapse)AuthorAgeFilesLines
* Correct some man page cross references and file location references.Mike Pritchard1996-04-071-6/+6
| | | | Notes: svn path=/head/; revision=15082
* Correct some manual page cross reference errors. E.g. su is a sectionMike Pritchard1996-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. Notes: svn path=/head/; revision=13835
* Remove _set_ospeed, it is done in tgetentAndrey A. Chernov1995-08-051-1/+0
| | | | Notes: svn path=/head/; revision=9943
* Allow it works with non-fixed termios speeds.Andrey A. Chernov1995-08-042-7/+9
| | | | | | | Replace ospeed switch with new _set_ospeed Notes: svn path=/head/; revision=9891
* Remove trailing whitespace.Rodney W. Grimes1995-05-302-2/+2
| | | | Notes: svn path=/head/; revision=8874
* Include <stdlib.h> so that malloc() is declared.Bruce Evans1995-04-024-0/+4
| | | | Notes: svn path=/head/; revision=7592
* Nuke bogus duplicate decls.Jordan K. Hubbard1994-12-181-2/+0
| | | | Notes: svn path=/head/; revision=5147
* Give up instead of looping endlessly for unknown speeds.Bruce Evans1994-10-301-2/+1
| | | | Notes: svn path=/head/; revision=4018
* More 8bit/ctype fixes, command modeAndrey A. Chernov1994-10-304-39/+27
| | | | Notes: svn path=/head/; revision=4003
* Make window 8bit clean and ctype oriented.Andrey A. Chernov1994-10-309-89/+16
| | | | | | | Fix restart after ^Z hang. Notes: svn path=/head/; revision=4002
* Fix hang on exit: needs to restore SIGIO reaction _before_Andrey A. Chernov1994-10-302-1/+3
| | | | | | | tcsetattr, because tcsetattr cause SIGIO in wakeup Notes: svn path=/head/; revision=4001
* Remove VMIN_BUG from CFLAGS, add 57600, 115200Andrey A. Chernov1994-10-272-1/+10
| | | | Notes: svn path=/head/; revision=3942
* More merry makefile munging for man page compatability.Garrett Wollman1994-08-051-1/+1
| | | | Notes: svn path=/head/; revision=1866
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-27107-0/+16462
Notes: svn path=/cvs2svn/branches/CHRISTOS/; revision=1590