From 391de882895ae233381de94d6284daa6199dda82 Mon Sep 17 00:00:00 2001 From: Joel Bodenmann Date: Wed, 18 Dec 2013 23:26:57 +0100 Subject: [PATCH] added warning about unfinished feature --- src/gwin/console.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/gwin/console.c b/src/gwin/console.c index 71d46f4f..e06ca937 100644 --- a/src/gwin/console.c +++ b/src/gwin/console.c @@ -21,6 +21,11 @@ #define GWIN_CONSOLE_USE_CLEAR_LINES TRUE #define GWIN_CONSOLE_USE_FILLED_CHARS FALSE +// some temporary warning +#if GWIN_CONSOLE_NEED_HISTORY + #warning "This feature is work in progress and does currently contain a lot of bugs." +#endif + /* * Stream interface implementation. The interface is write only */