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

Diff for /src/usr.bin/tmux/cmd-if-shell.c between version 1.3 and 1.4

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

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