summary refs log tree commit diff stats
path: root/tests/stdlib/tterminal.nim
blob: 16365e71c68dfedc1deb54781df7402a27c3a4b7 (plain) (blame)
1
2
3
4
5
6
7
discard """
  action: compile
"""
import terminal, colors

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