diff options
Diffstat (limited to 'demos/modules/gwin/console/gfxconf.h')
-rw-r--r-- | demos/modules/gwin/console/gfxconf.h | 3 |
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 */ |