Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | compare return value from getopt against -1 rather than EOF, per the final | imp | 1997-03-29 | 1 | -1/+1 |
| | | | | posix standard on the topic. | ||||
* | Remove _set_ospeed, done in tgetent now. | ache | 1995-08-05 | 1 | -1/+0 |
| | |||||
* | Change outc to match prototype | ache | 1995-08-04 | 1 | -2/+2 |
| | |||||
* | Make tset works with non-fixed termios speeds too. | ache | 1995-08-04 | 3 | -61/+8 |
| | | | | Eliminate ospeed switch using new _set_ospeed function | ||||
* | Fix false backspace reporting | ache | 1995-05-14 | 1 | -3/+1 |
| | |||||
* | Fix erase determination code: don't look at | ache | 1995-03-27 | 1 | -4/+2 |
| | | | | system defaults which is always the same | ||||
* | Set given term name exactly, not first name from termcap entry. | ache | 1994-11-07 | 1 | -13/+0 |
| | | | | It helps for rlogin/telnet to another systems without our termcap | ||||
* | Back out ospeed change | ache | 1994-10-06 | 3 | -6/+2 |
| | |||||
* | PC/ospeed code ifdefed out, our libtermcap use usleep now | ache | 1994-10-06 | 3 | -2/+6 |
| | |||||
* | Back out 'not choose first (two-letter) name' fix, all two-letter names | ache | 1994-09-15 | 1 | -9/+4 |
| | | | | already removed from 4.4 termcap | ||||
* | Speed matching code never successful, because ospeed range is [0..17] | ache | 1994-09-09 | 2 | -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 duplicated | ache | 1994-09-09 | 1 | -4/+9 |
| | | | | first two-letter names (from 1.1.5.1) | ||||
* | BSD 4.4 Lite Usr.bin Sources | rgrimes | 1994-05-27 | 9 | -0/+1729 |