summary refs log tree commit diff stats
path: root/lib/posix/termios.nim
Commit message (Collapse)AuthorAgeFilesLines
* there is only one style -- my styleAraq2019-07-101-0/+6
|
* removes deprecated T/P typesAraq2018-11-161-1/+0
|
* Add extended baud rates to posix/termios (#8322)Jeff Ciesielski2018-07-161-0/+15
| | | | 115200 is really common. I'd like to get support in nimserial, but I'm guessing it would help to have support in the stdlib first.
* remove dead code elimination option (#7669)Jacek Sieka2018-04-231-1/+1
|
* Remove expr/stmt (#5857)Arne Döring2017-07-251-1/+1
|
* Linux abi take 3 (#5692)Jacek Sieka2017-04-121-7/+19
| | | | | * avoid generating object fields for imported types * fix some abi/type issues for linux_amd64
* Use imported symbols & remove non-POSIX stuffJohn Novak2016-12-011-160/+111
| | | | | | | * All symbols were hardcoded using Linux specific values, using imports now (because of this, the module was broken on OS X, for example) * There were many non-POSIX (Linux specific) symbols and functions included, these have been removed
* 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
.com> 2020-07-30 19:34:29 -0700 6687 - stream-empty? and stream-full?' href='/akkartik/mu/commit/403stream.mu?h=hlt&id=30012350281844611bda2f4668f6a0b318a95b36'>30012350 ^
cec5ef31 ^
30012350 ^



cec5ef31 ^
bae22d72 ^
492fb278 ^






















1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69