Arne Döring
|
000b8afd26
Remove expr/stmt (#5857)
|
7 years ago |
Fabian Keller
|
d1d32f657a
tiny docstring fix; fixes #5483 (#5484)
|
8 years ago |
Araq
|
e236039d10
make tests on Windows green under --pedantic
|
8 years ago |
John Novak
|
3fcb8a3246
Add terminalHeight, terminalHeightIoctl & terminalSize
|
8 years ago |
Andreas Rumpf
|
ab43ad13dc
Merge pull request #5058 from johnnovak/terminal-win-fix
|
8 years ago |
John Novak
|
88e01ffd92
Add hideCursor & showCursor
|
8 years ago |
John Novak
|
64dd3eb9c1
Fix setStyle for Windows
|
8 years ago |
Charles Blake
|
e4ddcd836c
Use new name for call to low-level terminalWidth.
|
8 years ago |
Charles Blake
|
d65589fe27
Make Windows part match Unix part more closely per Araq request.
|
8 years ago |
Charles Blake
|
8df2078f08
Change type name to be more NEP-1-ish as per Araq request.
|
8 years ago |
Charles Blake
|
5db1de87b1
Convert TaintedString to string.
|
8 years ago |
Charles Blake
|
7b73a94afc
Oops - L_ctermid must be a global var to compile.
|
8 years ago |
Charles Blake
|
19f83ccd0b
Add terminal.terminalWidth and supporting types/calls.
|
8 years ago |
Andreas Rumpf
|
0834cd63d9
prepare Nim codebase for upcoming parser changes
|
8 years ago |
miere43
|
7fc9585f7b
getch() asserts to doAsserts
|
8 years ago |
miere43
|
57bd50a916
Removed INPUT_KEY_RECORD
|
8 years ago |
miere43
|
dd7a24d8cc
Implemented terminal.getch() for Windows
|
8 years ago |
Araq
|
3ccd5ca64b
make terminal.nim work with --app:gui
|
9 years ago |
Adam Strzelecki
|
2bc6acc808
terminal: Support both styled stdout and stderr
|
9 years ago |
Adam Strzelecki
|
9ef50717fa
terminal: Remove superflous hStdout = conHandle
|
9 years ago |
patrick dw
|
15e7fe787a
renamed writeln to writeLine in lib
|
9 years ago |
Adam Strzelecki
|
1057770ce5
colors: Introduce resetStyle enum & use templates
|
9 years ago |
Araq
|
d4610d7716
terminal doesn't use enormous windows module anymore
|
9 years ago |
pdw
|
d18e18060e
lib/pure/p-t - Dropped 'T' from types
|
9 years ago |
Araq
|
3c13508b25
terminal: doc improvments
|
9 years ago |
def
|
e5a186a419
Fix Termios wrapper
|
9 years ago |
Oleh Prypin
|
32109a7867
Don't run non-test code when defined(testing)
|
9 years ago |
Araq
|
419199bf9a
don't use conio.h on windows (#2137)
|
10 years ago |
def
|
8640efcd40
Document terminal.getch
|
10 years ago |
def
|
f3124e6de4
Add terminal.getch to get a single character
|
10 years ago |