X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=README.md;h=be52f13b5ac2e3238878fe7e40c73f78bcc22951;hb=a043164fd1cc1b38f03bb104f8b5240cdf5705c6;hp=60734e65b63f445a0efd32451d39c42fe17d0272;hpb=55b4f29bc5389d9ce185efa9f6e14c5f3882ac70;p=fanfix.git diff --git a/README.md b/README.md index 60734e6..be52f13 100644 --- 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. -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 @@ -166,12 +175,6 @@ Many tasks remain before calling this version 1.0: 0.0.3: FINISH PORTING -- TTreeView - - Also add keyboard navigation -- TDirectoryList - - Also add keyboard navigation -- TFileOpen - 0.0.4: NEW STUFF - Making TMenu keyboard accelerators active/inactive