Description: rtl-console (active) Revisions in this set 1853e94b98100336410c9093ce5f6ff2c63a3bf4,d1e239f3c497ecaa770cc162b3a2c7668fa7aab6,69e7ffadba6ea06c82ae706349b6e1e46ca072f5,ca03194927cb28f787c797149e92e6c219bc7b6c,ede78f682bd58132356bc6a29cfcf70df0dfad70,aeb17a48fc82636dc9e82da0ecb3bfa2c6b05b18,8fd249807e3d75c74c648b350256a5584ea1cf02,8b1824ab3413c13f054f7e73494ff0c6449679c5,2141465c58344f56fde321bda4d34c04f7d35946,bda49f7219492ee7a3969790839de81de513b3b8,a0fe88b60fb73ee24c27c214f55907722dcfdaf3,9073615dea4160ccd37bccaa0dfd78a1d1338c63,481ef7273e0d4c245332785f44ab8debf5cec947,f0257e8424bc88a93e3b082c6e733dfe28bf94a4,beb8e63075e5caeeb13b3b6b8c4de57bcaa7b103,89af29c27f121fd1327795b5dc781bb0a2fce5a6 commit 1853e94b98100336410c9093ce5f6ff2c63a3bf4 Author: florian Date: Sat Nov 12 22:07:58 2022 +0100 * attempt to fix #39900 M packages/rtl-console/src/unix/mouse.pp --- commit d1e239f3c497ecaa770cc162b3a2c7668fa7aab6 Author: Margers Date: Wed Sep 11 01:28:56 2024 +0000 Branch to save Enhanced video buffer or Legacy video buffer (Unix). M packages/rtl-console/src/unix/video.pp --- commit 69e7ffadba6ea06c82ae706349b6e1e46ca072f5 Author: Margers Date: Mon Sep 16 08:05:17 2024 +0000 Implementation of Kitty keys and xterm - ModifyOtherKeys (Unix keyboard) M packages/rtl-console/src/unix/keyboard.pp M packages/rtl-console/src/unix/video.pp --- commit ca03194927cb28f787c797149e92e6c219bc7b6c Author: Margers Date: Mon Sep 16 09:05:22 2024 +0000 Enable mouse in pterm (putty) M packages/rtl-console/src/unix/mouse.pp --- commit ede78f682bd58132356bc6a29cfcf70df0dfad70 Author: Margers Date: Tue Sep 24 10:41:54 2024 +0000 Windows console mouse - scroll up and down events M packages/rtl-console/src/inc/mouseh.inc M packages/rtl-console/src/win/mouse.pp --- commit aeb17a48fc82636dc9e82da0ecb3bfa2c6b05b18 Author: Margers Date: Fri Oct 4 09:32:30 2024 +0000 Additional function key escape sequences for rxvt (urxvt) M packages/rtl-console/src/unix/keyboard.pp --- commit 8fd249807e3d75c74c648b350256a5584ea1cf02 Author: Margers Date: Fri Oct 4 09:36:10 2024 +0000 In console enable mouse buttons browse back/forward (xterm Unix) M packages/rtl-console/src/unix/keyboard.pp --- commit 8b1824ab3413c13f054f7e73494ff0c6449679c5 Author: Margers Date: Fri Oct 4 09:57:50 2024 +0000 Go32v2 and msdos mouse is zero based. Fixed GetMouseX, GetMouseY and SetMouseXY. M packages/rtl-console/src/go32v2/mouse.pp M packages/rtl-console/src/msdos/mouse.pp --- commit 2141465c58344f56fde321bda4d34c04f7d35946 Author: Margers Date: Fri Oct 4 10:02:50 2024 +0000 make file gitlab web interface friendly M packages/rtl-console/src/win/keyboard.pp --- commit bda49f7219492ee7a3969790839de81de513b3b8 Author: Margers Date: Fri Oct 4 10:04:55 2024 +0000 Silent key apostrophe. Fixed problem for Windows Textmode IDE in Linux under Wine. M packages/rtl-console/src/win/keyboard.pp --- commit a0fe88b60fb73ee24c27c214f55907722dcfdaf3 Author: Margers Date: Fri Oct 4 10:18:41 2024 +0000 Console keyboard shift states in Unix M packages/rtl-console/src/unix/keyboard.pp --- commit 9073615dea4160ccd37bccaa0dfd78a1d1338c63 Author: Margers Date: Fri Oct 4 10:53:40 2024 +0000 Multi byte mouse report format for rxvt (Unix) M packages/rtl-console/src/unix/keyboard.pp M packages/rtl-console/src/unix/mouse.pp --- commit 481ef7273e0d4c245332785f44ab8debf5cec947 Author: Nikolay Nikolov Date: Sun Oct 20 13:57:45 2024 +0300 * fcl-fpterm/fpmake.pp modified, so it includes a function, similar to rtl-console/fpmake.pp. This is to allow declaring constant sets for the OSes. M packages/fcl-fpterm/fpmake.pp M packages/fpmake_proc.inc --- commit f0257e8424bc88a93e3b082c6e733dfe28bf94a4 Author: Margers Date: Mon Nov 11 10:36:14 2024 +0000 RawReadString is limited to length of shortstring, don't read more than that M packages/rtl-console/src/unix/keyboard.pp --- commit beb8e63075e5caeeb13b3b6b8c4de57bcaa7b103 Author: Margers Date: Thu Jan 9 21:33:44 2025 +0000 Correct mouse button mapping under Unix M packages/rtl-console/src/unix/keyboard.pp --- commit 89af29c27f121fd1327795b5dc781bb0a2fce5a6 Author: Margers Date: Mon Feb 17 09:36:11 2025 +0000 No mouse up events for mouse wheel. M packages/rtl-console/src/inc/mouse.inc M packages/rtl-console/src/unix/keyboard.pp M packages/rtl-console/src/win/mouse.pp