Due to key focus incompatibilities between 1.4.0 and previous versions, the tab key does not work with javassh 2.0
Adding the following line to line 209 to de.mud.terminal.VDU:
setFocusTraversalKeysEnabled(false);
Seems to fix the problem.
VDU.java
VDU.java