[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.378 and 1.379

version 1.378, 2020/05/16 16:44:54 version 1.379, 2020/05/22 15:08:38
Line 467 
Line 467 
         if (options_get_number(global_options, "extended-keys"))          if (options_get_number(global_options, "extended-keys"))
                 tty_puts(tty, tty_term_string(tty->term, TTYC_ENEKS));                  tty_puts(tty, tty_term_string(tty->term, TTYC_ENEKS));
         if (options_get_number(global_options, "focus-events"))          if (options_get_number(global_options, "focus-events"))
                 tty_raw(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");
 }  }

Legend:
Removed from v.1.378  
changed lines
  Added in v.1.379