index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
pure
/
terminal.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixes #8294 [backport]
Araq
2019-01-15
1
-1
/
+1
*
removes deprecated T/P types
Araq
2018-11-16
1
-6
/
+0
*
fix #9394 by replacing `fmt` with `strutils.%` (#9417)
Vindaar
2018-10-18
1
-3
/
+5
*
Fix setCursorPos and setCursorXPos on POSIX (#8310)
John Novak
2018-07-17
1
-2
/
+2
*
Fix terminal.nim to be GCSAFE. (#8296)
Eugene Kabanov
2018-07-12
1
-85
/
+73
*
Make the Style enum a proper Ordinal (no holes) (#8282)
Kaushal Modi
2018-07-12
1
-4
/
+7
*
Support setting foreground/background colors to terminal defaults (#8073)
Kaushal Modi
2018-06-24
1
-8
/
+32
*
Convert styledWriteLine and styledEcho to templates
Kaushal Modi
2018-06-18
1
-35
/
+7
*
Add styledWrite macro
Kaushal Modi
2018-06-18
1
-12
/
+74
*
Add support for italic and strikethrough ANSI escape codes (#8048)
Kaushal Modi
2018-06-17
1
-3
/
+6
*
Export an 'escapeXml' proc from xmldom
Zahary Karadjov
2018-05-07
1
-1
/
+1
*
Fix the compilation of terminal.nim on Windows
Zahary Karadjov
2018-05-07
1
-4
/
+1
*
The `terminal` module now exports additional procs for generating ANSI color
Zahary Karadjov
2018-05-07
1
-21
/
+43
*
Fixes #7764 (#7767)
Florent
2018-05-06
1
-0
/
+4
*
Fix bright option (#7622)
WhiteDuke
2018-04-18
1
-4
/
+4
*
move `readPasswordFromStdin` from rdstdin to terminal (#7266)
Vindaar
2018-02-27
1
-0
/
+50
*
revert commit 6cf8a72d498f5cb8a532c2ff3259bc7aecf474ef; Windows fixes getch bug
Araq
2018-02-27
1
-4
/
+1
*
Fix style string formatting for cursorBackward and cursorForward (#7243)
antizealot1337
2018-02-22
1
-2
/
+2
*
terminal.nim: code cleanup
Andreas Rumpf
2018-01-18
1
-41
/
+27
*
Support truecolor for the terminal stdlib module (#6936)
Dmitry Atamanov
2018-01-18
1
-14
/
+177
*
Windows: fix a eraseLine bug (#7044)
Dmitry Atamanov
2018-01-09
1
-3
/
+2
*
Windows: fixes getch bug; fixes #6966 (#7031)
Dmitry Atamanov
2018-01-05
1
-1
/
+4
*
Fixed compilation error (#6979)
Yuriy Glukhov
2017-12-27
1
-4
/
+4
*
fix #6931 terminal.eraseline() gives OverflowError on Windows (#6933)
skilchen
2017-12-17
1
-2
/
+2
*
Remove expr/stmt (#5857)
Arne Döring
2017-07-25
1
-7
/
+4
*
tiny docstring fix; fixes #5483 (#5484)
Fabian Keller
2017-03-05
1
-1
/
+1
*
make tests on Windows green under --pedantic
Araq
2017-02-02
1
-1
/
+1
*
Add terminalHeight, terminalHeightIoctl & terminalSize
John Novak
2016-11-30
1
-0
/
+48
*
Merge pull request #5058 from johnnovak/terminal-win-fix
Andreas Rumpf
2016-11-29
1
-3
/
+6
|
\
|
*
Fix setStyle for Windows
John Novak
2016-11-26
1
-3
/
+6
*
|
Add hideCursor & showCursor
John Novak
2016-11-26
1
-0
/
+40
|
/
*
Use new name for call to low-level terminalWidth.
Charles Blake
2016-09-01
1
-3
/
+3
*
Make Windows part match Unix part more closely per Araq request.
Charles Blake
2016-09-01
1
-8
/
+7
*
Change type name to be more NEP-1-ish as per Araq request.
Charles Blake
2016-09-01
1
-1
/
+1
*
Convert TaintedString to string.
Charles Blake
2016-09-01
1
-1
/
+1
*
Oops - L_ctermid must be a global var to compile.
Charles Blake
2016-09-01
1
-2
/
+2
*
Add terminal.terminalWidth and supporting types/calls.
Charles Blake
2016-09-01
1
-1
/
+44
*
prepare Nim codebase for upcoming parser changes
Andreas Rumpf
2016-07-15
1
-2
/
+2
*
getch() asserts to doAsserts
miere43
2016-06-26
1
-2
/
+2
*
Removed INPUT_KEY_RECORD
miere43
2016-06-26
1
-11
/
+6
*
Implemented terminal.getch() for Windows
miere43
2016-06-23
1
-11
/
+20
*
make terminal.nim work with --app:gui
Araq
2015-10-19
1
-2
/
+4
*
terminal: Support both styled stdout and stderr
Adam Strzelecki
2015-10-16
1
-118
/
+189
*
terminal: Remove superflous hStdout = conHandle
Adam Strzelecki
2015-10-16
1
-17
/
+13
*
renamed writeln to writeLine in lib
patrick dw
2015-06-19
1
-3
/
+3
*
colors: Introduce resetStyle enum & use templates
Adam Strzelecki
2015-06-15
1
-7
/
+28
*
terminal doesn't use enormous windows module anymore
Araq
2015-06-10
1
-22
/
+81
*
lib/pure/p-t - Dropped 'T' from types
pdw
2015-06-04
1
-13
/
+13
*
terminal: doc improvments
Araq
2015-05-28
1
-1
/
+7
*
Fix Termios wrapper
def
2015-04-24
1
-6
/
+7
[next]