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

Diff for /src/usr.bin/tmux/window-copy.c between version 1.116 and 1.117

version 1.116, 2014/10/08 17:35:58 version 1.117, 2014/10/22 23:18:53
Line 1585 
Line 1585 
                                 s = tty_acs_get(NULL, ud.data[0]);                                  s = tty_acs_get(NULL, ud.data[0]);
                                 if (s != NULL && strlen(s) <= sizeof ud.data) {                                  if (s != NULL && strlen(s) <= sizeof ud.data) {
                                         ud.size = strlen(s);                                          ud.size = strlen(s);
                                         memcpy (ud.data, s, ud.size);                                          memcpy(ud.data, s, ud.size);
                                 }                                  }
                         }                          }
   

Legend:
Removed from v.1.116  
changed lines
  Added in v.1.117