From e04584b0826eb18917314c2ea7bee7c8a22295be Mon Sep 17 00:00:00 2001 From: Danny Dulai Date: Sun, 8 Jan 2017 22:18:39 -0500 Subject: support for inverting the cursor or using colors --- src/ansi.rs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/ansi.rs') 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 { -- cgit v1.2.3-54-g00ecf