> On Wed, Jun 25, 2025 at 05:59:14AM +0000, Alexander Huemer wrote: > > These events seem to coincide with the following phenomenon: > when I click into the terminal emulator window, characters appear that > look like escape sequences, without the escape itself. > > blackbit@memex pts/7 ~ $ 0;12;12M0;12;12m7;5M0;7;5m > > The numbers appear to be dependent on the mouse position. > If i click and move the mouse, there is a flood of these sequences. > Running `reset` doesn't fix it. > > I can't claim to remotely understand what is happening here.
What does not help with urgent is: * reset * stty sane What _does_ help is: * entering and exiting vim I do not know the reason. The escape sequence thing on mouse click seems to be 'mouse reporting'. I managed do disable that with: $ echo -e '\e[?1002;1005l' -Alex _______________________________________________ rxvt-unicode mailing list [email protected] http://lists.schmorp.de/mailman/listinfo/rxvt-unicode
