From 0aa08d428a71de3e2007e6e66eaacf52d8c23d55 Mon Sep 17 00:00:00 2001 From: patacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3> Date: Fri, 8 Jul 2011 19:41:48 +0000 Subject: [PATCH] Fix a few NXTEXT bugs (there are many more) git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3756 42af7a65-404d-4744-a932-0658087f49c3 --- TODO | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/TODO b/TODO index 497ee752d9..443372345f 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,4 @@ -NuttX TODO List (Last updated July 3, 2011) +NuttX TODO List (Last updated July 8, 2011) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ nuttx/ @@ -14,7 +14,7 @@ nuttx/ (2) USB (drivers/usbdev, drivers/usbhost) (6) Libraries (lib/) (13) File system/Generic drivers (fs/, drivers/) - (1) Graphics subystem (graphics/) + (2) Graphics subystem (graphics/) (1) Pascal add-on (pcode/) (1) Documentation (Documentation/) (4) Build system / Toolchains @@ -484,6 +484,10 @@ o Graphics subystem (graphics/) Status: Open Priority: Medium + Description: When a window is closed, the display is not updated. + Status: Open + Priority: High + o Pascal Add-On (pcode/) ^^^^^^^^^^^^^^^^^^^^^^ -- GitLab