summary refs log tree commit diff stats
path: root/lib/pure/terminal.nim
Commit message (Expand)AuthorAgeFilesLines
* complete std prefixes for stdlib (#22887)ringabout2023-10-301-9/+9
* Add getCursorPos() to std/terminal (#22749)Matt Rixman2023-10-081-1/+47
* handle out of range value for `COLUMNS` / `LINES` (#21968)Etan Kissling2023-05-311-2/+2
* terminal size env-vars have precendence in POSIX (#21643)Etan Kissling2023-04-111-10/+39
* moderate system cleanup & refactor (#20355)metagn2022-09-281-4/+4
* move assertions out of system (#19599)flywind2022-03-231-1/+1
* move io out of system (#19442)flywind2022-02-021-0/+3
* Minor update to terminal docs (#19056)Netsu2021-10-261-0/+14
* Documentation only, Terminal (#18696)Juan Carlos2021-08-141-1/+15
* deprecate cuchar, don't redefine it (#18505)Andreas Rumpf2021-07-161-1/+1
* [std/terminal] improve docs a bit (#18296)flywind2021-06-201-70/+45
* Use `.. warning::` (#17320)konsumlamm2021-03-101-1/+1
* Use readable escape sequences (#17241)Clyybber2021-03-031-2/+2
* use single backtick (#17133)flywind2021-02-211-13/+13
* add -d:nimStrictMode in CI to keep code from regressing; fixes ConvFromXtoIts...Timothee Cour2021-02-171-2/+0
* fix some warnings (#16952)flywind2021-02-081-5/+5
* addQuitProc => addExitProc (#16765)Timothee Cour2021-01-221-3/+3
* Deprecate TaintedString (#15423)Juan Carlos2021-01-151-4/+4
* Console apps in Windows can raise OSError (#15874)Luca Guzzon2020-11-081-1/+4
* terminal: fix fgColor/bgColor commands [backport] (#15554)alaviss2020-10-131-4/+3
* fixes #15207 [backport:1.2]Araq2020-08-261-19/+14
* Fix #12759 (#14967)flywind2020-07-121-1/+1
* nimgrep improvements (#12779)Andrey Makarov2019-12-051-5/+12
* [backport] run nimpretty on the remaining filesnarimiran2019-09-301-73/+75
* [refactoring] remove unused imports in the compiler and in some stdlib modulesAraq2019-07-181-1/+1
* there is only one style -- my styleAraq2019-07-101-16/+16
* styleCheck: make the compiler and large parts of the stdlib compatible with -...Araq2019-07-101-23/+23
* fixes #11005Araq2019-04-121-3/+3
* fixes #8294 [backport]Araq2019-01-151-1/+1
* removes deprecated T/P typesAraq2018-11-161-6/+0
* fix #9394 by replacing `fmt` with `strutils.%` (#9417)Vindaar2018-10-181-3/+5
* Fix setCursorPos and setCursorXPos on POSIX (#8310)John Novak2018-07-171-2/+2
* Fix terminal.nim to be GCSAFE. (#8296)Eugene Kabanov2018-07-121-85/+73
* Make the Style enum a proper Ordinal (no holes) (#8282)Kaushal Modi2018-07-121-4/+7
* Support setting foreground/background colors to terminal defaults (#8073)Kaushal Modi2018-06-241-8/+32
* Convert styledWriteLine and styledEcho to templatesKaushal Modi2018-06-181-35/+7
* Add styledWrite macroKaushal Modi2018-06-181-12/+74
* Add support for italic and strikethrough ANSI escape codes (#8048)Kaushal Modi2018-06-171-3/+6
* Export an 'escapeXml' proc from xmldomZahary Karadjov2018-05-071-1/+1
* Fix the compilation of terminal.nim on WindowsZahary Karadjov2018-05-071-4/+1
* The `terminal` module now exports additional procs for generating ANSI colorZahary Karadjov2018-05-071-21/+43
* Fixes #7764 (#7767)Florent2018-05-061-0/+4
* Fix bright option (#7622)WhiteDuke2018-04-181-4/+4
* move `readPasswordFromStdin` from rdstdin to terminal (#7266)Vindaar2018-02-271-0/+50
* revert commit 6cf8a72d498f5cb8a532c2ff3259bc7aecf474ef; Windows fixes getch bugAraq2018-02-271-4/+1
* Fix style string formatting for cursorBackward and cursorForward (#7243)antizealot13372018-02-221-2/+2
* terminal.nim: code cleanupAndreas Rumpf2018-01-181-41/+27
* Support truecolor for the terminal stdlib module (#6936)Dmitry Atamanov2018-01-181-14/+177
* Windows: fix a eraseLine bug (#7044)Dmitry Atamanov2018-01-091-3/+2
* Windows: fixes getch bug; fixes #6966 (#7031)Dmitry Atamanov2018-01-051-1/+4