| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Do a little trick which covers 99% cases: initialize ospeed | Andrey A. Chernov | 1995-08-05 | 1 | -23/+24 |
| | | | | | | | | | | | variable directly in tgetent by stderr or stdout output speed. It helps hide in non-standard __set_ospeed function and remove it from other sources (coming soon). Do prototype cleanup too. Notes: svn path=/head/; revision=9938 | ||||
| * | Add non-standard function: _set_ospeed(speed) | Andrey A. Chernov | 1995-08-04 | 1 | -0/+71 |
| Basically all termios+termcap pgms needs it. It set ospeed variable using nearest-matched stty speeds, which helps termcap pgms works with non-fixed termios speeds and not duplicate ospeed switch into every pgm. Also it isn't standard function, its source code is too big to include it in whole to every termcap+termios pgm. Notes: svn path=/head/; revision=9887 | |||||
