[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.89 and 1.90

version 1.89, 2021/06/10 07:28:45 version 1.90, 2021/06/10 07:45:43
Line 688 
Line 688 
                 ent = &tty_term_codes[i];                  ent = &tty_term_codes[i];
                 switch (ent->type) {                  switch (ent->type) {
                 case TTYCODE_NONE:                  case TTYCODE_NONE:
                         break;                          continue;
                 case TTYCODE_STRING:                  case TTYCODE_STRING:
                         s = tigetstr((char *)ent->name);                          s = tigetstr((char *)ent->name);
                         if (s == NULL || s == (char *)-1)                          if (s == NULL || s == (char *)-1)

Legend:
Removed from v.1.89  
changed lines
  Added in v.1.90