tterminal_12759.nim 145 B

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