aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2013-12-18 23:26:57 +0100
committerJoel Bodenmann <joel@unormal.org>2013-12-18 23:26:57 +0100
commit391de882895ae233381de94d6284daa6199dda82 (patch)
tree47a16bef576879cb65fc907fb7025177bda8110a /src
parent69a576bcfde1513369c595a38629c63795024bea (diff)
downloaduGFX-391de882895ae233381de94d6284daa6199dda82.tar.gz
uGFX-391de882895ae233381de94d6284daa6199dda82.tar.bz2
uGFX-391de882895ae233381de94d6284daa6199dda82.zip
added warning about unfinished feature
Diffstat (limited to 'src')
-rw-r--r--src/gwin/console.c5
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
*/