summaryrefslogtreecommitdiff
path: root/NxWidgets/TODO.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-20 22:10:34 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-05-20 22:10:34 +0000
commit7b639cc17a46229cacb9eca78a451a66122c54d8 (patch)
tree33492e787345ddef26740d5a9c1282f59324c2b0 /NxWidgets/TODO.txt
parent01bce341a9d065e8250f655c246c07a525779bc0 (diff)
downloadnuttx-7b639cc17a46229cacb9eca78a451a66122c54d8.tar.gz
nuttx-7b639cc17a46229cacb9eca78a451a66122c54d8.tar.bz2
nuttx-7b639cc17a46229cacb9eca78a451a66122c54d8.zip
Add an NxWM console/keyboard thread and eliminate all issues with NxConsole window serial input
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4755 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'NxWidgets/TODO.txt')
-rw-r--r--NxWidgets/TODO.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/NxWidgets/TODO.txt b/NxWidgets/TODO.txt
index 6264d2f3d..e47b3cf1a 100644
--- a/NxWidgets/TODO.txt
+++ b/NxWidgets/TODO.txt
@@ -72,7 +72,9 @@ o NxConsole Issues
NxConsoles get their input from /dev/console which is the serial
port. The necessary change is to create an NX input device for
/dev/console that will get its input from NX.
- Status: Open
+ Status: Closed with was fixed with the last check of 5/20/2012 (about
+ SVN version 4754). The fixed version is available in SVN but
+ won't be in a released version until NxWidgets-1.2 is released.
Priority: Medium high, basically prohibits the use of multiple NSH windows.
Title: CLOSING AN NxCONSOLE
@@ -81,7 +83,9 @@ o NxConsole Issues
you close one of the NxConsoles, then the others no longer
received input (or no long generate output -- that cannot be
distinguished).
- Status: Open
+ Status: Closed with was fixed with the last check of 5/20/2012 (about
+ SVN version 4754). The fixed version is available in SVN but
+ won't be in a released version until NxWidgets-1.2 is released.
Priority: Medium high, basically prohibits the use of multiple NSH windows.
Title: DOUBLE DISPLAY UPDATES