From c1105485079fba97a62df62baeff3a4dcc7686ef Mon Sep 17 00:00:00 2001 From: inmarket Date: Tue, 4 Mar 2014 14:14:15 +1000 Subject: Add support for ANSI like escape sequences to control display color and attributes in a GWIN console. Updated the console demo to demonstrate this. --- gfxconf.example.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gfxconf.example.h') diff --git a/gfxconf.example.h b/gfxconf.example.h index d9dcf88b..b7a8255a 100644 --- a/gfxconf.example.h +++ b/gfxconf.example.h @@ -129,6 +129,7 @@ #define GWIN_CONSOLE_USE_HISTORY FALSE #define GWIN_CONSOLE_HISTORY_AVERAGING FALSE #define GWIN_CONSOLE_HISTORY_ATCREATE FALSE + #define GWIN_CONSOLE_ESCSEQ FALSE #define GWIN_CONSOLE_USE_BASESTREAM FALSE #define GWIN_CONSOLE_USE_FLOAT FALSE #define GWIN_NEED_GRAPH FALSE -- cgit v1.2.3