aboutsummaryrefslogtreecommitdiffstats
path: root/demos/modules/gwin/console/gfxconf.h
diff options
context:
space:
mode:
authorinmarket <andrewh@inmarket.com.au>2014-03-05 13:42:41 +1000
committerinmarket <andrewh@inmarket.com.au>2014-03-05 13:42:41 +1000
commitccf05de456c5ff1ef4db9757eab5e81be8ae41fb (patch)
tree57bb149ca588f2e88c5f9efe561cba34f8ec1407 /demos/modules/gwin/console/gfxconf.h
parentc1105485079fba97a62df62baeff3a4dcc7686ef (diff)
downloaduGFX-ccf05de456c5ff1ef4db9757eab5e81be8ae41fb.tar.gz
uGFX-ccf05de456c5ff1ef4db9757eab5e81be8ae41fb.tar.bz2
uGFX-ccf05de456c5ff1ef4db9757eab5e81be8ae41fb.zip
Update console demo to test more console features.
Diffstat (limited to 'demos/modules/gwin/console/gfxconf.h')
-rw-r--r--demos/modules/gwin/console/gfxconf.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/demos/modules/gwin/console/gfxconf.h b/demos/modules/gwin/console/gfxconf.h
index e1b4db61..9efba8eb 100644
--- a/demos/modules/gwin/console/gfxconf.h
+++ b/demos/modules/gwin/console/gfxconf.h
@@ -53,6 +53,9 @@
#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 */