[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.428 and 1.429

version 1.428, 2023/03/27 08:31:32 version 1.429, 2023/04/25 09:24:44
Line 482 
Line 482 
                 tty_puts(tty, tty_term_string(tty->term, TTYC_ENFCS));                  tty_puts(tty, tty_term_string(tty->term, TTYC_ENFCS));
         if (tty->term->flags & TERM_VT100LIKE)          if (tty->term->flags & TERM_VT100LIKE)
                 tty_puts(tty, "\033[?7727h");                  tty_puts(tty, "\033[?7727h");
   
           tty_invalidate(tty);
 }  }
   
 void  void

Legend:
Removed from v.1.428  
changed lines
  Added in v.1.429