diff options
author | inmarket <andrewh@inmarket.com.au> | 2014-03-14 07:39:38 +1000 |
---|---|---|
committer | inmarket <andrewh@inmarket.com.au> | 2014-03-14 07:39:38 +1000 |
commit | ad1d70d2957d95161c831e764c6f81c84c332458 (patch) | |
tree | 639cc66297de6fe98e26608003871fe83406879a /demos/modules/gwin/console/gfxconf.h | |
parent | b82448c3e23663a25a423402343fbca78253b80c (diff) | |
parent | ea5a1b849df6e5085a92957ad387f9e653674415 (diff) | |
download | uGFX-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.h | 4 |
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 */ |