support colour reinsert after resets, switch to intrinsics by default
This commit is contained in:
parent
a4bf011cb0
commit
7146615e04
6 changed files with 54 additions and 33 deletions
|
@ -20,4 +20,4 @@ let print_ansi =
|
|||
|
||||
let debug_print = function
|
||||
| Text s | Separator s | Delimiter s -> print_endline ("parsed '" ^ s ^ "'")
|
||||
| Ansi a -> print_ansi () a
|
||||
| Ansi a -> print_ansi () a | _ -> ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue