summaryrefslogtreecommitdiffstats
path: root/usr.bin/tset/map.c
Commit message (Collapse)AuthorAgeFilesLines
* Make tset works with non-fixed termios speeds too.ache1995-08-041-23/+5
| | | | Eliminate ospeed switch using new _set_ospeed function
* Speed matching code never successful, because ospeed range is [0..17]ache1994-09-091-9/+16
| | | | | | 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.
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+263
OpenPOWER on IntegriCloud