From: Kevin Lamonte Date: Sat, 21 Mar 2015 02:06:59 +0000 (-0400) Subject: merge X-Git-Url: http://git.nikiroo.be/?a=commitdiff_plain;h=e7083f0b935964ca5a04835187397ff117941044;p=fanfix.git merge --- e7083f0b935964ca5a04835187397ff117941044 diff --cc README.md index 570a017,ce70771..746b168 --- a/README.md +++ 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 + - Handle kbTab (disable focus traversal BS) + - Block cursor - - Fix mouse artifacts - ECMA48Backend running on socket - TTreeView - TDirectoryList