aboutsummaryrefslogtreecommitdiffstats
path: root/gfxconf.example.h
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2014-03-04 14:14:15 +1000
committerinmarket <andrewh@inmarket.com.au>2014-03-04 14:14:15 +1000
commitc1105485079fba97a62df62baeff3a4dcc7686ef (patch)
tree541731c9c4431ad81728122df90c2b2f77b6a03a /gfxconf.example.h
parent43527de2c09eb90e5c1cebbce587b5da2bda957d (diff)
downloaduGFX-c1105485079fba97a62df62baeff3a4dcc7686ef.tar.gz
uGFX-c1105485079fba97a62df62baeff3a4dcc7686ef.tar.bz2
uGFX-c1105485079fba97a62df62baeff3a4dcc7686ef.zip
Add support for ANSI like escape sequences to control display color and attributes in a GWIN console.
Updated the console demo to demonstrate this.
Diffstat (limited to 'gfxconf.example.h')
-rw-r--r--gfxconf.example.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gfxconf.example.h b/gfxconf.example.h
index d9dcf88b..b7a8255a 100644
--- a/gfxconf.example.h
+++ b/gfxconf.example.h
@@ -129,6 +129,7 @@
#define GWIN_CONSOLE_USE_HISTORY FALSE
#define GWIN_CONSOLE_HISTORY_AVERAGING FALSE
#define GWIN_CONSOLE_HISTORY_ATCREATE FALSE
+ #define GWIN_CONSOLE_ESCSEQ FALSE
#define GWIN_CONSOLE_USE_BASESTREAM FALSE
#define GWIN_CONSOLE_USE_FLOAT FALSE
#define GWIN_NEED_GRAPH FALSE