[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.142 and 1.143

version 1.142, 2012/09/29 06:57:56 version 1.143, 2012/11/22 14:10:53
Line 289 
Line 289 
                 tty_raw(tty, "\033[?1000l");                  tty_raw(tty, "\033[?1000l");
   
         tty_raw(tty, tty_term_string(tty->term, TTYC_RMCUP));          tty_raw(tty, tty_term_string(tty->term, TTYC_RMCUP));
   
         if (tty->xterm_version > 270)  
                 tty_raw(tty, "\033[61;1\"p");  
 }  }
   
 void  void

Legend:
Removed from v.1.142  
changed lines
  Added in v.1.143