Commits


Update README


broadcast focus giveup


check selectBegin for out of bounds too (if you move the selection to the left or above the applet .x or .y would go < 0)


remove useless parts of statement


fixed waitfor for multi-byte


fixed a string compare


ESC 7 and 8 do not handle scroll regions.


adjusted comments.


fixed ESC M and ESC[<n>B to work better.


2 fixes from Siemens (Erich Feiner)


send protocol replies in blocks to avoid splitting them between packets. (to avoid confusing devices)


use jar26


write IAC SB stuff in one blob to avoid confusing devices.


use login() method


login() method


fixed Ctrl-2


Minor bug fixes fixed bug in Applet not show menu bar


disabled sshv2 and print a large warning if the remote only supports that.


return on too early window set.


the login() method now expects either "login:" or "username:"


fixed color decoding for browser implementations


return null in getColor() if not found, not an exception.


added 23 as default port


fixed selection handling for multiple lines. We were multiplying the first lines.


replace exact 1.5 cherck by >= 1.4