Costmetic: Update TODO list, README files, refreshed configuration, updated comments

This commit is contained in:
Gregory Nutt
2014-07-30 14:26:50 -06:00
parent a422cd951b
commit 376a7bcc12
5 changed files with 32 additions and 18 deletions
+1 -1
View File
@@ -334,7 +334,7 @@ EXTERN void nxcon_redraw(NXCONSOLE handle, FAR const struct nxgl_rect_s *rect,
* This function should be driven by the window kbdin callback function
* (see nx.h). When the NxConsole is the top window and keyboard input is
* received on the top window, that window callback should be directed to
* this function. This function will buffer the keyboard data and may
* this function. This function will buffer the keyboard data and make
* it available to the NxConsole as stdin.
*
* If CONFIG_NXCONSOLE_NXKBDIN is not selected, then the NxConsole will