Changes between Initial Version and Version 1 of Ticket #4063, comment 6


Ignore:
Timestamp:
06/14/20 16:58:40 (4 years ago)
Author:
andrew_b
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4063, comment 6

    initial v1  
    11The fix seems to be as simple as replacing 
    2  
     2{{{ 
    33    xmouse_seq = NULL; 
    4  
     4}}} 
    55with 
    6  
     6{{{ 
    77    xmouse_seq = ESC_STR "[M"; 
    8  
     8}}} 
    99in 3954's patch (and updating the comment to refer to this ticket too). At least it fixes your situation for me. 
    1010