tterminal_12759.nim 163 B

123456789101112
  1. discard """
  2. action: "compile"
  3. """
  4. import terminal
  5. import std/syncio
  6. proc test() {.raises:[IOError, ValueError].} =
  7. setBackgroundColor(stdout, bgRed)
  8. test()