0.0.1:
- Base classes:
- - EMCA48Terminal read thread
- - TApplication loop
+ - TWidget
+ - TWindow
+- package-info's
- Incorporate checkstyle ant task
+ - Fix all noted issues except use of tabs
0.0.2:
-- Get modal messagebox running without fibers
+- Get modal messagebox running without fibers (use two reader threads
+ with syncronization, don't bother with coroutines)
- Port remaining d-tui functionality over
- All widgets
0.0.3:
+- TEditor, fixup keyboard movement
+
+0.0.4:
+
- ECMATerminal
- Mouse 1006 mode parsing
- Bugs
terminal.wait(timeout);
if (terminal.hasEvents()) {
// System.err.println("getEvents()");
- terminal.getIdleEvents(queue);
+ terminal.getEvents(queue);
} else {
// If I got here, then I timed out. Call
// terminal.getIdleEvents() to pick up stragglers