<html>
<head></head>
<body>
Improvements for Textmode ide
<br> 1) current ide (of fpc 3.3.1) has problems with second compilations. Resolve issue with this patch tdef_nil_for_ide_fpc331.patch
<br> 2) add missing xterm escape string sequences keyboard_add_escape_keys_unix_fpc331.patch
<br> 3) fpc 3.2.3 add missing xterm escape string sequences keyboard_add_escape_keys_unix_fixes32.patch
<br> Also make sure shift state of escaped keys is transferred to TKeyEvent.
<br> 4) kb_scancode_updates.patch safe to apply after keyboard_add_escape_keys_unix_xxx.patch
<br> Some scancode have been bogus for a good reason. I suggest to fix some of them, and be more consistent among all platforms.
<br> Patched file keyscan.inc is in active use only by unix/keyboard.pp
<br> Drivers unit in FV, have internal fix ups, it's fine to make those changes.
<br> 5) make Ctrl+Enter shortcut key possible in unix/linux xterm: ctrl_enter_xterm_unix_keyboard.diff
<br> patch is as good for fpc 3.3.1 as for fixes 3.2
<br> Apply patch and make entry in xterm configuration file .Xresources
<br>
<br> xterm*VT100.Translations: #override \
<br> Ctrl <KeyPress> Return: string(0x0a)
<br>
<br>
</body>
</html>