merge
authorKevin Lamonte <kevin.lamonte@gmail.com>
Sat, 21 Mar 2015 02:06:59 +0000 (22:06 -0400)
committerKevin Lamonte <kevin.lamonte@gmail.com>
Sat, 21 Mar 2015 02:06:59 +0000 (22:06 -0400)
1  2 
README.md
src/jexer/TTerminalWindow.java

diff --cc README.md
index 570a0170c095aaf55cc2f6d15ef4ad13839f633f,ce707711f14c465735302502487b991dd234b186..746b1686b171904fea0def6e1652015e9561ad60
+++ b/README.md
@@@ -87,13 -86,11 +87,14 @@@ ambiguous.  This section describes suc
    ---------------
  
    - TTerminalWindow will hang on input from the remote if the
-     TApplication is exited before closing the TTerminalWindow.  This
-     is due to a Java limitation/interaction between blocking reads
-     (necessary to get UTF8 translation correct) and file streams.
+     TApplication is exited before the TTerminalWindow's process has
+     closed on its own.  This is due to a Java limitation/interaction
+     between blocking reads (which is necessary to get UTF8 translation
+     correct) and file streams.
  
 +  - See jexer.tterminal.ECMA48 for more specifics of terminal
 +    emulation limitations.
 +
  
  Roadmap
  -------
@@@ -102,9 -99,11 +103,11 @@@ Many tasks remain before calling this v
  
  0.0.2:
  
+ - Making TMenu keyboard accelerators active/inactive
  - AWT:
    - Blinking cursor
 -  - Fix mouse artifacts
 +  - Handle kbTab (disable focus traversal BS)
+   - Block cursor
  - ECMA48Backend running on socket
  - TTreeView
  - TDirectoryList
Simple merge