Vindaar
|
82a1576263
fix #9394 by replacing `fmt` with `strutils.%` (#9417)
|
6 years ago |
John Novak
|
692d1da95d
Fix setCursorPos and setCursorXPos on POSIX (#8310)
|
6 years ago |
Eugene Kabanov
|
3fec2ba5e5
Fix terminal.nim to be GCSAFE. (#8296)
|
6 years ago |
Kaushal Modi
|
1102f9aaf1
Make the Style enum a proper Ordinal (no holes) (#8282)
|
6 years ago |
Kaushal Modi
|
4c2e712056
Support setting foreground/background colors to terminal defaults (#8073)
|
6 years ago |
Kaushal Modi
|
abbf9ba9f7
Convert styledWriteLine and styledEcho to templates
|
6 years ago |
Kaushal Modi
|
3b5b3deecd
Add styledWrite macro
|
6 years ago |
Kaushal Modi
|
4616b28c7b
Add support for italic and strikethrough ANSI escape codes (#8048)
|
6 years ago |
Zahary Karadjov
|
6758fbd06e
Export an 'escapeXml' proc from xmldom
|
6 years ago |
Zahary Karadjov
|
5623007126
Fix the compilation of terminal.nim on Windows
|
6 years ago |
Zahary Karadjov
|
4409c82228
The `terminal` module now exports additional procs for generating ANSI color
|
6 years ago |
Florent
|
d3ad467022
Fixes #7764 (#7767)
|
6 years ago |
WhiteDuke
|
e237428d42
Fix bright option (#7622)
|
6 years ago |
Vindaar
|
a897371797
move `readPasswordFromStdin` from rdstdin to terminal (#7266)
|
6 years ago |
Araq
|
7740b12f21
revert commit 6cf8a72d498f5cb8a532c2ff3259bc7aecf474ef; Windows fixes getch bug
|
6 years ago |
antizealot1337
|
6f0bb6e1f5
Fix style string formatting for cursorBackward and cursorForward (#7243)
|
6 years ago |
Andreas Rumpf
|
fea66497b4
terminal.nim: code cleanup
|
7 years ago |
Dmitry Atamanov
|
7ce38122e8
Support truecolor for the terminal stdlib module (#6936)
|
7 years ago |
Dmitry Atamanov
|
b6b99da08f
Windows: fix a eraseLine bug (#7044)
|
7 years ago |
Dmitry Atamanov
|
6cf8a72d49
Windows: fixes getch bug; fixes #6966 (#7031)
|
7 years ago |
Yuriy Glukhov
|
e49f18801c
Fixed compilation error (#6979)
|
7 years ago |
skilchen
|
822da4b213
fix #6931 terminal.eraseline() gives OverflowError on Windows (#6933)
|
7 years ago |
Arne Döring
|
000b8afd26
Remove expr/stmt (#5857)
|
7 years ago |
Fabian Keller
|
d1d32f657a
tiny docstring fix; fixes #5483 (#5484)
|
7 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 |