[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.8 and 1.9

version 1.8, 2009/08/21 12:29:59 version 1.9, 2009/08/23 11:40:05
Line 173 
Line 173 
                         if ((ptr = strchr(entstr, '=')) != NULL) {                          if ((ptr = strchr(entstr, '=')) != NULL) {
                                 *ptr++ = '\0';                                  *ptr++ = '\0';
                                 val = xstrdup(ptr);                                  val = xstrdup(ptr);
                                 if (strunvis(val, ptr) == NULL) {                                  if (strunvis(val, ptr) == -1) {
                                         xfree(val);                                          xfree(val);
                                         val = xstrdup(ptr);                                          val = xstrdup(ptr);
                                 }                                  }

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9