summary refs log tree commit diff stats
path: root/tests/stdlib/tterminal.nim
Commit message (Collapse)AuthorAgeFilesLines
* terminal: fix fgColor/bgColor commands [backport] (#15554)alaviss2020-10-131-0/+8
Since #8296, fgSetColor is no longer a global. These commands were probably left out from the change as an oversight, so some tests have been added to make sure this won't happen again.