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

Diff for /src/usr.bin/tmux/Attic/cmd-copy-buffer.c between version 1.4 and 1.5

version 1.4, 2009/09/07 18:50:45 version 1.5, 2009/09/21 15:32:06
Line 70 
Line 70 
         const char                      *errstr;          const char                      *errstr;
         int                              n, opt;          int                              n, opt;
   
         self->entry->init(self, 0);          self->entry->init(self, KEYC_NONE);
         data = self->data;          data = self->data;
   
         while ((opt = getopt(argc, argv, "a:b:s:t:")) != -1) {          while ((opt = getopt(argc, argv, "a:b:s:t:")) != -1) {

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5