Closed ianthomas23 closed 3 months ago
Fixes #18.
This moves all ANSI escape sequences into their own module ansi.ts and gives them sensible names. Although the original plan was to use an external module for this, only a few codes are needed at this stage so this will suffice.
ansi.ts
Fixes #18.
This moves all ANSI escape sequences into their own module
ansi.ts
and gives them sensible names. Although the original plan was to use an external module for this, only a few codes are needed at this stage so this will suffice.