diff options
Diffstat (limited to 'src/ansi.rs')
-rw-r--r-- | src/ansi.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ansi.rs b/src/ansi.rs index 30048048..c9f7e268 100644 --- a/src/ansi.rs +++ b/src/ansi.rs @@ -380,6 +380,10 @@ pub enum NamedColor { Foreground = 256, /// The background color Background, + /// The cursor foreground color + CursorForeground, + /// The cursor background color + CursorBackground, } impl NamedColor { |