summary refs log blame commit diff stats
path: root/tests/stdlib/tterminal.nim
blob: 364c8d82e72bf48485fb618bf54516f10dc0602d (plain) (tree)
1
2
3
4
5
6
7
8







                                   
discard """
  action: compile
"""

import terminal, colors

styledEcho fgColor, colRed, "Test"
styledEcho bgColor, colBlue, "Test"