From: Eli Zaretskii Date: Sun, 9 Feb 2025 07:17:31 +0000 (+0200) Subject: ; * etc/PROBLEMS: Fix last change (bug#74220). X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=83e54ae0fca19274a5327982ffddd235dcee6a35;p=emacs.git ; * etc/PROBLEMS: Fix last change (bug#74220). (cherry picked from commit 798ce492d51d16204a28820eb0c8d61fdc8a49e7) --- diff --git a/etc/PROBLEMS b/etc/PROBLEMS index e0683bc2f5b..5c95afa67ca 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS @@ -2815,7 +2815,7 @@ set the 'visible-cursor' variable to nil in your ~/.emacs: Still other way is to change the "cvvis" capability to send the "\E[?25h\E[?0c" command. -*** GNU/Linux: GPM mouse does not display but still otherwise works. +*** GNU/Linux: GPM mouse does not display pointer, but otherwise works. This happens on Linux kernel versions from 6.7 to 6.13. On these versions, the Linux kernel does not allow programs to draw the mouse @@ -2825,7 +2825,7 @@ programs such as your shell and many ncurses based programs, but not for Emacs. To solve this, you need to change your kernel to a version with this bug -fixed, such as 6.14. See associated Linux kernel fix: +fixed, such as 6.14 or later. See associated Linux kernel fix: https://lore.kernel.org/regressions/20250110142122.1013222-1-gnoack@google.com/ ** FreeBSD