| To: vim_dev@googlegroups.com |
| Subject: Patch 7.3.811 |
| Fcc: outbox |
| From: Bram Moolenaar <Bram@moolenaar.net> |
| Mime-Version: 1.0 |
| Content-Type: text/plain; charset=UTF-8 |
| Content-Transfer-Encoding: 8bit |
| |
| |
| Patch 7.3.811 |
| Problem: Useless termresponse parsing for SGR mouse. |
| Solution: Skip the parsing. (Hayaki Saito) |
| Files: src/term.c |
| |
| |
| |
| |
| |
| *** 4045,4052 **** |
| #ifdef FEAT_TERMRESPONSE |
| if (key_name[0] == NUL |
| /* URXVT mouse uses <ESC>[#;#;#M, but we are matching <ESC>[ */ |
| ! || key_name[0] == KS_URXVT_MOUSE |
| ! || key_name[0] == KS_SGR_MOUSE) |
| { |
| /* Check for xterm version string: "<Esc>[>{x};{vers};{y}c". Also |
| * eat other possible responses to t_RV, rxvt returns |
| --- 4045,4051 ---- |
| #ifdef FEAT_TERMRESPONSE |
| if (key_name[0] == NUL |
| /* URXVT mouse uses <ESC>[#;#;#M, but we are matching <ESC>[ */ |
| ! || key_name[0] == KS_URXVT_MOUSE) |
| { |
| /* Check for xterm version string: "<Esc>[>{x};{vers};{y}c". Also |
| * eat other possible responses to t_RV, rxvt returns |
| |
| |
| |
| *** 727,728 **** |
| --- 727,730 ---- |
| { /* Add new patch number below this line */ |
| + /**/ |
| + 811, |
| /**/ |
| |
| -- |
| No children may attend school with their breath smelling of "wild onions." |
| [real standing law in West Virginia, United States of America] |
| |
| /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ |
| /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ |
| \\\ an exciting new programming language -- http://www.Zimbu.org /// |
| \\\ help me help AIDS victims -- http://ICCF-Holland.org /// |