hg: openjfx/8u-dev/rt: 2 new changesets
hang.vo at oracle.com
hang.vo at oracle.com
Wed Apr 23 21:47:32 UTC 2014
Changeset: 8398a33b81f8
Author: Per Bothner <Per.Bothner at 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.Bothner at 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
More information about the openjfx-dev
mailing list