diff options
author | inmarket <andrewh@inmarket.com.au> | 2014-03-04 14:14:15 +1000 |
---|---|---|
committer | inmarket <andrewh@inmarket.com.au> | 2014-03-04 14:14:15 +1000 |
commit | c1105485079fba97a62df62baeff3a4dcc7686ef (patch) | |
tree | 541731c9c4431ad81728122df90c2b2f77b6a03a /demos/modules/gwin/console/gfxconf.h | |
parent | 43527de2c09eb90e5c1cebbce587b5da2bda957d (diff) | |
download | uGFX-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 'demos/modules/gwin/console/gfxconf.h')
-rw-r--r-- | demos/modules/gwin/console/gfxconf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/modules/gwin/console/gfxconf.h b/demos/modules/gwin/console/gfxconf.h index 3ada3b89..e1b4db61 100644 --- a/demos/modules/gwin/console/gfxconf.h +++ b/demos/modules/gwin/console/gfxconf.h @@ -52,6 +52,7 @@ /* Features for the GWIN subsystem. */ #define GWIN_NEED_WINDOWMANAGER TRUE #define GWIN_NEED_CONSOLE TRUE +#define GWIN_CONSOLE_ESCSEQ TRUE #endif /* _GFXCONF_H */ |