[BACK]Return to tty.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/tty.c between version 1.220 and 1.221

version 1.220, 2017/01/11 16:09:57 version 1.221, 2017/01/11 22:36:07
Line 565 
Line 565 
                 if (mode & ALL_MOUSE_MODES) {                  if (mode & ALL_MOUSE_MODES) {
                         /*                          /*
                          * Enable the SGR (1006) extension unconditionally, as                           * Enable the SGR (1006) extension unconditionally, as
                          * this is safe from misinterpretation. Do it in this                           * it is safe from misinterpretation.
                          * order, because in some terminals it's the last one  
                          * that takes effect and SGR is the preferred one.  
                          */                           */
                         tty_puts(tty, "\033[?1006h");                          tty_puts(tty, "\033[?1006h");
                         if (mode & MODE_MOUSE_BUTTON)                          if (mode & MODE_MOUSE_BUTTON)

Legend:
Removed from v.1.220  
changed lines
  Added in v.1.221