summaryrefslogtreecommitdiffstats
path: root/usr.bin/tset
Commit message (Collapse)AuthorAgeFilesLines
* Remove _set_ospeed, done in tgetent now.ache1995-08-051-1/+0
|
* Change outc to match prototypeache1995-08-041-2/+2
|
* Make tset works with non-fixed termios speeds too.ache1995-08-043-61/+8
| | | | Eliminate ospeed switch using new _set_ospeed function
* Fix false backspace reportingache1995-05-141-3/+1
|
* Fix erase determination code: don't look atache1995-03-271-4/+2
| | | | system defaults which is always the same
* Set given term name exactly, not first name from termcap entry.ache1994-11-071-13/+0
| | | | It helps for rlogin/telnet to another systems without our termcap
* Back out ospeed changeache1994-10-063-6/+2
|
* PC/ospeed code ifdefed out, our libtermcap use usleep nowache1994-10-063-2/+6
|
* Back out 'not choose first (two-letter) name' fix, all two-letter namesache1994-09-151-9/+4
| | | | already removed from 4.4 termcap
* Speed matching code never successful, because ospeed range is [0..17]ache1994-09-092-10/+46
| | | | | | but termios speed range is [0..115200]. Of cource ospeed initialized with wrong value too which cann affects terminals with padding, fixed. 57600,115200 added.
* Use second terminal name instead of obsoleted and duplicatedache1994-09-091-4/+9
| | | | first two-letter names (from 1.1.5.1)
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-279-0/+1729
OpenPOWER on IntegriCloud