summary refs log tree commit diff stats
path: root/lib/posix/termios.nim
Commit message (Collapse)AuthorAgeFilesLines
* Evidently Travis build termios.h does not pull in sys/ioctl.hCharles Blake2016-09-011-1/+1
| | | | but my initial test system did.
* Change type name to be more NEP-1-ish as per Araq request.Charles Blake2016-09-011-2/+2
|
* Add terminal.terminalWidth and supporting types/calls.Charles Blake2016-09-011-0/+10
|
* Fixed --debugger:on option. Removed c_line from termios.Yuriy Glukhov2015-08-121-1/+0
|
* lib/posix - Dropped 'T' from typespdw2015-06-041-6/+7
|
* Fix Termios wrapperdef2015-04-241-9/+6
|
* fixes #2466Araq2015-04-241-52/+52
|
* Rename termios template CCEQ to cceqdef2015-02-041-1/+1
|
* Change termios proc capitalizationdef2015-02-041-14/+14
|
* Fix typodef2015-02-041-1/+1
|
* Add copyright headerdef2015-02-031-0/+9
|
* Add termios wrapperdef2015-02-031-0/+255