aboutsummaryrefslogtreecommitdiffstats
path: root/demos/modules/gwin/console/gfxconf.h
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2014-03-14 07:38:02 +1000
committerinmarket <andrewh@inmarket.com.au>2014-03-14 07:38:02 +1000
commit6f54bde79c553301a35535a0a71a4a09b181abfa (patch)
tree1408ad80459cd09da47960b4905d50195916639d /demos/modules/gwin/console/gfxconf.h
parent6d372f13528f44919ec193d03248d55a53484968 (diff)
parentea5a1b849df6e5085a92957ad387f9e653674415 (diff)
downloaduGFX-6f54bde79c553301a35535a0a71a4a09b181abfa.tar.gz
uGFX-6f54bde79c553301a35535a0a71a4a09b181abfa.tar.bz2
uGFX-6f54bde79c553301a35535a0a71a4a09b181abfa.zip
Merge branch 'master' into freertos
Diffstat (limited to 'demos/modules/gwin/console/gfxconf.h')
-rw-r--r--demos/modules/gwin/console/gfxconf.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/demos/modules/gwin/console/gfxconf.h b/demos/modules/gwin/console/gfxconf.h
index 3ada3b89..9efba8eb 100644
--- a/demos/modules/gwin/console/gfxconf.h
+++ b/demos/modules/gwin/console/gfxconf.h
@@ -52,6 +52,10 @@
/* Features for the GWIN subsystem. */
#define GWIN_NEED_WINDOWMANAGER TRUE
#define GWIN_NEED_CONSOLE TRUE
+#define GWIN_CONSOLE_ESCSEQ TRUE
+#define GWIN_CONSOLE_USE_HISTORY TRUE
+#define GWIN_CONSOLE_HISTORY_AVERAGING TRUE
+#define GWIN_CONSOLE_HISTORY_ATCREATE TRUE
#endif /* _GFXCONF_H */