Nimony

The road to Nim 3

terminal

nimony/lib/std/terminal.nim

This module contains a few procedures to control the terminal (also called console). It uses ANSI escape sequences. This is a trimmed port for Nimony of Nim's std/terminal. Windows support is intentionally limited to ANSI output on modern terminals; the legacy console API is not wrapped.