In https://github.com/enola-dev/enola/pull/1376, I've attempted to _enable Mouse Support in LineReader,_ as documented on https://jline.org/docs/advanced/mouse-support/#mouse-support-in-linereader. But when I click between 2 words on a prompt, then it does not reposition the cursor, but prints "garbagge" (ANSI control sequences). I've tried this on x3 different Terminals on Linux: * [Kitty](https://sw.kovidgoyal.net/kitty/) 0.41.1 with [this config](https://github.com/vorburger/vorburger-dotfiles-bin-etc/blob/main/dotfiles/kitty/kitty.conf) (prints `[<0;32;24M[<0;32;24m`) * [ptyxis](https://gitlab.gnome.org/chergert/ptyxis) 47.13 on Fedora 41 (prints `[<0;32;30M[<0;32;30m`) * GNOME Terminal of Fedora 41 _(Version 3.54.4 for GNOME 47, using VTE version 0.78.4 +BIDI +GNUTLS +ICU +SYSTEMD)_ (prints `[<0;32;20M[<0;32;20m`) Is this expected to "just work"? Do Terminals need special configuration for this to work? What could be the cause of seeing this "garbagge"?