Merge pull request #3 from inivekin/fix-min-ansi-code-output
Fabio Cevasco h3rald@h3rald.com
Fri, 16 Jun 2023 06:52:44 +0200
1 files changed,
2 insertions(+),
1 deletions(-)
jump to
M
src/niftypkg/niftylogger.nim
→
src/niftypkg/niftylogger.nim
@@ -4,7 +4,8 @@ strutils,
terminal, std/exitprocs -addExitProc(resetAttributes) +if isatty(stdin): + addExitProc(resetAttributes) type NiftyLogger* = ref object of Logger