aboutsummaryrefslogtreecommitdiffstats
path: root/demos/modules/gwin/console/gfxconf.h
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2014-03-14 07:39:38 +1000
committerinmarket <andrewh@inmarket.com.au>2014-03-14 07:39:38 +1000
commitad1d70d2957d95161c831e764c6f81c84c332458 (patch)
tree639cc66297de6fe98e26608003871fe83406879a /demos/modules/gwin/console/gfxconf.h
parentb82448c3e23663a25a423402343fbca78253b80c (diff)
parentea5a1b849df6e5085a92957ad387f9e653674415 (diff)
downloaduGFX-ad1d70d2957d95161c831e764c6f81c84c332458.tar.gz
uGFX-ad1d70d2957d95161c831e764c6f81c84c332458.tar.bz2
uGFX-ad1d70d2957d95161c831e764c6f81c84c332458.zip
Merge branch 'master' into gwin
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 */