[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.47 and 1.48

version 1.47, 2016/12/09 21:39:27 version 1.48, 2017/01/13 11:56:43
Line 385 
Line 385 
         struct tty_code                         *code;          struct tty_code                         *code;
         u_int                                    i;          u_int                                    i;
         int                                      n, error;          int                                      n, error;
         char                                    *s;          const char                              *s, *acs;
         const char                              *acs;  
   
         LIST_FOREACH(term, &tty_terms, entry) {          LIST_FOREACH(term, &tty_terms, entry) {
                 if (strcmp(term->name, name) == 0) {                  if (strcmp(term->name, name) == 0) {

Legend:
Removed from v.1.47  
changed lines
  Added in v.1.48