Telnet-terminal-emulation

hi all, i put working prototype for telnet-terminal-emulation:

(may someone need such stuff ; )=

1 Like

Haxe-powered MUD client, here we come :slight_smile: :success:

yeah :slight_smile: … i tested on android-device today (logged into tubmud successfully)
Is there a simple way in lime 2.4.1 to manually en/disable android-softkeyboard ?

Perhaps the lime text input API does this when enabling/disabling input?

aahh… :slight_smile: works now with:
window.enableTextEvents = true;

many thanks
(for that new useful events to!!!)