Support TTerminalWindow resizing via ptypipe
[fanfix.git] / docs / TODO.md
index dfb39eb71a2424efd1b4c7f20da6854383941ec5..d717d4c6a915ac0e3f4c8c20ee160a3a82a55046 100644 (file)
@@ -7,6 +7,11 @@ Roadmap
 
 0.0.6
 
+#18 Rework TApplication run loop:
+    - Reduce thread spinlocks
+    - Eliminate unnecessary screen redraws
+    - No activity means no CPU usage
+
 - TSpinner
 - TComboBox
 - TCalendar
@@ -75,10 +80,6 @@ Roadmap
 1.1.0 Wishlist
 --------------
 
-- TTerminal
-  - Handle resize events (pass to child process).  Will need to switch
-    to forkpty(), or ship a C wrapper process.
-
 - Screen
   - Allow complex characters in putCharXY() and detect them in putStringXY().