src/console.h
branchlua-threads
changeset 206 47837a6bbbea
parent 203 ffdf53fd0337
child 212 ddc79529a1e0
--- a/src/console.h	Thu May 21 16:23:08 2009 +0300
+++ b/src/console.h	Thu May 21 16:23:27 2009 +0300
@@ -84,6 +84,9 @@
 
 /**
  * Continue reading input after a CONSOLE_WAIT return code from console_callbacks::on_line.
+ *
+ * This does nothing if the console is not currently in the waiting state (i.e. last console_callbacks::on_line
+ * returned CONSOLE_WAIT).
  */
 void console_continue (struct console *console);