diff options
author | Joel Bodenmann <joel@unormal.org> | 2013-12-18 23:26:57 +0100 |
---|---|---|
committer | Joel Bodenmann <joel@unormal.org> | 2013-12-18 23:26:57 +0100 |
commit | 391de882895ae233381de94d6284daa6199dda82 (patch) | |
tree | 47a16bef576879cb65fc907fb7025177bda8110a | |
parent | 69a576bcfde1513369c595a38629c63795024bea (diff) | |
download | uGFX-391de882895ae233381de94d6284daa6199dda82.tar.gz uGFX-391de882895ae233381de94d6284daa6199dda82.tar.bz2 uGFX-391de882895ae233381de94d6284daa6199dda82.zip |
added warning about unfinished feature
-rw-r--r-- | src/gwin/console.c | 5 |
1 files changed, 5 insertions, 0 deletions
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 */ |