commit | c6b51cea923e0c4e92636998a776ada42511b6e5 | [log] [download] |
---|---|---|
author | Nicholas Marriott <nicholas.marriott@gmail.com> | Wed Apr 27 11:34:08 2022 +0100 |
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | Wed Apr 27 11:34:08 2022 +0100 |
tree | a4f40113cca66cd1bf0612c86f9949b638691ca3 | |
parent | 58d1a206c6ae6b33059ea6b469c21dad92ea0841 [diff] |
If a mouse position was above the maximum supported by the normal mouse protocol (223), tmux was allowing it to wrap around. However, since tmux was not correctly handling this on input, other programs also do not handle it correctly, and the alternative SGR mouse mode is now widespread, this seems unnecessary, so remove this feature. Also define some constants to make it clearer what the numbers mean. Mostly from Leonid S Usov in GitHub issue 3165.