提交历史

作者 SHA1 备注 提交日期
  Ivan Sorokin 3da92b35a9 - Fixed kitty input mode accidently broken by win32 input mode implementation 1 周之前
  Ivan Sorokin 2a4661a99b TV_INPUT env var for manual input protocol selection 1 周之前
  Ivan Sorokin 38fda54ec6 Added support for win32 input mode 1 周之前
  Ivan Sorokin a6c2ea2a98 Support non-lating Alt+char hotkeys in legacy terminals also 1 周之前
  Ivan Sorokin 1ac1b12a3a Fixed hotkeys problems left after https://gitlab.com/freepascal.org/fpc/source/-/merge_requests/1138 1 周之前
  Margers 97e62a4999 Kitty keyboard protocol fix F1, F2 and F4 keys. 1 月之前
  Margers befdeb9f23 Do not localize shortcut keys when using Kitty keyboard protocol. 1 月之前
  Margers 714c0a312f Escape key press while rapidly move mouse don't print escape sequence on screen 8 月之前
  Margers 49a46d107c Hide debug info. Use constant in expr instead of variable. 3 月之前
  Margers 89af29c27f No mouse up events for mouse wheel. 8 月之前
  Margers beb8e63075 Correct mouse button mapping under Unix 9 月之前
  Margers f0257e8424 RawReadString is limited to length of shortstring, don't read more than that 11 月之前
  Margers aeb17a48fc Additional function key escape sequences for rxvt (urxvt) 1 年之前
  Margers 8fd249807e In console enable mouse buttons browse back/forward (xterm Unix) 1 年之前
  Margers a0fe88b60f Console keyboard shift states in Unix 1 年之前
  Margers 9073615dea Multi byte mouse report format for rxvt (Unix) 1 年之前
  Margers 69e7ffadba Implementation of Kitty keys and xterm - ModifyOtherKeys (Unix keyboard) 1 年之前
  Michaël Van Canneyt 6df876e546 * Dotted filenames for package rtl-console 2 年之前
  Michaël Van Canneyt a8a778395b * PChar -> PAnsiChar 2 年之前
  Nikolay Nikolov 6345a25304 + support shift+pgup, shift+pgdn, ctrl+shift+pgup and ctrl+shift+pgdn in the 3 年之前
  nickysn 5a518a014f * synchronize with trunk 6 年之前
  nickysn 7c910ee9ca * use stdin instead of stdout to switch the console to raw mode; this fixes 6 年之前
  nickysn bac79df17e + added essAltGr to TEnhancedShiftState and added proper AltGr handling for the Linux console 6 年之前
  nickysn dba71de45b * fix typo in comment 6 年之前
  nickysn 0e7f562d19 * fix typo in comment 6 年之前
  nickysn bf3865a15a + also patch Ctrl+F1..Ctrl+F12 when running as root on the linux console, so they can also be read properly 6 年之前
  nickysn fe60708bac * fixed the linux keyboard patching table for handling F11 and F12 properly 6 年之前
  nickysn 1e94304bf0 * preserve the unicode keycode returned from ReadKey in the result of SysGetEnhancedKeyEvent 6 年之前
  nickysn 982a4f4c63 * reject surrogate characters when decoding UTF-8 keyboard input 6 年之前
  nickysn da978acfd9 + added UTF-8 keyboard input support 6 年之前