[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.155 and 1.156

version 1.155, 2013/03/22 10:40:22 version 1.156, 2013/03/24 09:18:16
Line 221 
Line 221 
                 tty_puts(tty, "\033[?1000l\033[?1006l\033[?1005l");                  tty_puts(tty, "\033[?1000l\033[?1006l\033[?1005l");
   
         if (tty_term_has(tty->term, TTYC_XT))          if (tty_term_has(tty->term, TTYC_XT))
                 tty_puts(tty, "\033[c\033[>4;1m");                  tty_puts(tty, "\033[c\033[>4;1m\033[?1004l");
   
         tty->cx = UINT_MAX;          tty->cx = UINT_MAX;
         tty->cy = UINT_MAX;          tty->cy = UINT_MAX;

Legend:
Removed from v.1.155  
changed lines
  Added in v.1.156