Documentation improvements
add resumeraw() and suspendraw()
drop redundant check for fullwidth
You can also use your local clone with git send-email.
Hare library for driving terminals
use os; use vt::*; export fn main() void = { const p1: pen = newpen(style::ULINE, color::RED: fg); const p2: pen = newpen(color::YELLOW: bg, color::RED: fg); fprint(os::stdout, "oh! ", tag(p1, "hello, ", tag(p2, "vt", 100, "!")), "\n")!; };