[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.361 and 1.362

version 1.361, 2020/04/20 14:59:31 version 1.362, 2020/04/20 15:37:32
Line 469 
Line 469 
 {  {
         struct client   *c = tty->client;          struct client   *c = tty->client;
   
         tty_apply_features(tty->term, c->term_features);          if (tty_apply_features(tty->term, c->term_features))
                   tty_term_apply_overrides(tty->term);
   
         if (tty_use_margin(tty))          if (tty_use_margin(tty))
                 tty_puts(tty, "\033[?69h"); /* DECLRMM */                  tty_puts(tty, "\033[?69h"); /* DECLRMM */

Legend:
Removed from v.1.361  
changed lines
  Added in v.1.362