[BACK]Return to tty-term.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/tty-term.c between version 1.87 and 1.88

version 1.87, 2021/02/17 07:18:36 version 1.88, 2021/03/01 10:50:14
Line 521 
Line 521 
                 a = options_array_next(a);                  a = options_array_next(a);
         }          }
   
         /* Delete curses data. */  
         del_curterm(cur_term);  
   
         /* Apply overrides so any capabilities used for features are changed. */          /* Apply overrides so any capabilities used for features are changed. */
         tty_term_apply_overrides(term);          tty_term_apply_overrides(term);
   

Legend:
Removed from v.1.87  
changed lines
  Added in v.1.88