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

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

version 1.4, 2009/07/26 12:58:44 version 1.5, 2009/09/21 15:32:06
Line 66 
Line 66 
         int                              opt;          int                              opt;
         char                            *out;          char                            *out;
   
         self->entry->init(self, 0);          self->entry->init(self, KEYC_NONE);
         data = self->data;          data = self->data;
   
         while ((opt = getopt(argc, argv, "c")) != -1) {          while ((opt = getopt(argc, argv, "c")) != -1) {

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