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
*
complete std prefixes for stdlib (#22887)
ringabout
2023-10-30
1
-9
/
+9
*
Add getCursorPos() to std/terminal (#22749)
Matt Rixman
2023-10-08
1
-1
/
+47
*
handle out of range value for `COLUMNS` / `LINES` (#21968)
Etan Kissling
2023-05-31
1
-2
/
+2
*
terminal size env-vars have precendence in POSIX (#21643)
Etan Kissling
2023-04-11
1
-10
/
+39
*
moderate system cleanup & refactor (#20355)
metagn
2022-09-28
1
-4
/
+4
*
move assertions out of system (#19599)
flywind
2022-03-23
1
-1
/
+1
*
move io out of system (#19442)
flywind
2022-02-02
1
-0
/
+3
*
Minor update to terminal docs (#19056)
Netsu
2021-10-26
1
-0
/
+14
*
Documentation only, Terminal (#18696)
Juan Carlos
2021-08-14
1
-1
/
+15
*
deprecate cuchar, don't redefine it (#18505)
Andreas Rumpf
2021-07-16
1
-1
/
+1
*
[std/terminal] improve docs a bit (#18296)
flywind
2021-06-20
1
-70
/
+45
*
Use `.. warning::` (#17320)
konsumlamm
2021-03-10
1
-1
/
+1
*
Use readable escape sequences (#17241)
Clyybber
2021-03-03
1
-2
/
+2
*
use single backtick (#17133)
flywind
2021-02-21
1
-13
/
+13
*
add -d:nimStrictMode in CI to keep code from regressing; fixes ConvFromXtoIts...
Timothee Cour
2021-02-17
1
-2
/
+0
*
fix some warnings (#16952)
flywind
2021-02-08
1
-5
/
+5
*
addQuitProc => addExitProc (#16765)
Timothee Cour
2021-01-22
1
-3
/
+3
*
Deprecate TaintedString (#15423)
Juan Carlos
2021-01-15
1
-4
/
+4
*
Console apps in Windows can raise OSError (#15874)
Luca Guzzon
2020-11-08
1
-1
/
+4
*
terminal: fix fgColor/bgColor commands [backport] (#15554)
alaviss
2020-10-13
1
-4
/
+3
*
fixes #15207 [backport:1.2]
Araq
2020-08-26
1
-19
/
+14
*
Fix #12759 (#14967)
flywind
2020-07-12
1
-1
/
+1
*
nimgrep improvements (#12779)
Andrey Makarov
2019-12-05
1
-5
/
+12
*
[backport] run nimpretty on the remaining files
narimiran
2019-09-30
1
-73
/
+75
*
[refactoring] remove unused imports in the compiler and in some stdlib modules
Araq
2019-07-18
1
-1
/
+1
*
there is only one style -- my style
Araq
2019-07-10
1
-16
/
+16
*
styleCheck: make the compiler and large parts of the stdlib compatible with -...
Araq
2019-07-10
1
-23
/
+23
*
fixes #11005
Araq
2019-04-12
1
-3
/
+3
*
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
[next]