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

Diff for /src/usr.bin/tmux/Attic/cmd-send-prefix.c between version 1.6 and 1.7

version 1.6, 2009/11/13 19:53:29 version 1.7, 2010/05/23 19:42:19
Line 49 
Line 49 
                 return (-1);                  return (-1);
   
         keylist = options_get_data(&s->options, "prefix");          keylist = options_get_data(&s->options, "prefix");
         window_pane_key(wp, ctx->curclient, ARRAY_FIRST(keylist));          window_pane_key(wp, s, ARRAY_FIRST(keylist));
   
         return (0);          return (0);
 }  }

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7