stubs for TFileOpenBox, cleanup putStringXY
[nikiroo-utils.git] / README.md
index 60734e65b63f445a0efd32451d39c42fe17d0272..693e278ac79ef146f6d787b1fc741cd91653b37b 100644 (file)
--- a/README.md
+++ b/README.md
@@ -30,10 +30,19 @@ Three backends are available:
   which is set in jexer.session.SwingSession.  For the demo
   application, this is the default backend on Windows platforms.
 
   which is set in jexer.session.SwingSession.  For the demo
   application, this is the default backend on Windows platforms.
 
-The demo application showing the existing UI controls is available via
-'java -jar jexer.jar', 'java -Djexer.Swing=true -jar jexer.jar', or
-'java -cp jexer.jar jexer.demos.Demo2 PORT' (where PORT is a number to
-run the TCP daemon on).
+The demo application showing the existing UI controls can be seen in
+three ways:
+
+  * 'java -jar jexer.jar' .  This will use System.in/out on
+    non-Windows, or Swing on Windows.
+
+  * 'java -Djexer.Swing=true -jar jexer.jar' .  This will always use
+    Swing.
+
+  * 'java -cp jexer.jar jexer.demos.Demo2 PORT' (where PORT is a
+    number to run the TCP daemon on).  This will use the telnet
+    protocol to establish an 8-bit clean channel and be aware of
+    screen size changes.
 
 Additional backends can be created by subclassing
 jexer.backend.Backend and passing it into the TApplication
 
 Additional backends can be created by subclassing
 jexer.backend.Backend and passing it into the TApplication
@@ -166,11 +175,10 @@ Many tasks remain before calling this version 1.0:
 
 0.0.3: FINISH PORTING
 
 
 0.0.3: FINISH PORTING
 
-- TTreeView
-  - Also add keyboard navigation
 - TDirectoryList
   - Also add keyboard navigation
 - TFileOpen
 - TDirectoryList
   - Also add keyboard navigation
 - TFileOpen
+  - Also add keyboard navigation
 
 0.0.4: NEW STUFF
 
 
 0.0.4: NEW STUFF