Changeset: 8398a33b81f8 Author: Per Bothner <per.both...@oracle.com> Date: 2014-04-23 14:28 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/8398a33b81f8
[EXPERIMENTAL] WebTerminal - various cleanups and fixbug in newline handling When inserting a '\n' and both outputLFasCRLF() and inInsertMode() are true (typically the case for a line-oriented console mode) just insert the '\n' without the hairy stuff we do when emulating a terminal. Make nextInputLine more general/robust. Improve comments and fix some javadoc warnings. ! apps/experiments/WebTerminal/src/webterminal/WebTerminal.java Changeset: c9c1336a0218 Author: Per Bothner <per.both...@oracle.com> Date: 2014-04-23 14:29 -0700 URL: http://hg.openjdk.java.net/openjfx/8u-dev/rt/rev/c9c1336a0218 [EXPERIMENTAL] WebTerminal: add support for "smart" type-ahead ! apps/experiments/WebTerminal/src/webterminal/WebTerminal.java