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

Diff for /src/usr.bin/tmux/key-bindings.c between version 1.8 and 1.9

version 1.8, 2009/07/24 14:52:47 version 1.9, 2009/08/23 16:45:00
Line 218 
Line 218 
 void printflike2  void printflike2
 key_bindings_print(struct cmd_ctx *ctx, const char *fmt, ...)  key_bindings_print(struct cmd_ctx *ctx, const char *fmt, ...)
 {  {
         struct winlink  *wl = ctx->cursession->curw;          struct winlink  *wl = ctx->curclient->session->curw;
         va_list          ap;          va_list          ap;
   
         if (wl->window->active->mode != &window_more_mode)          if (wl->window->active->mode != &window_more_mode)
Line 254 
Line 254 
         struct cmd_ctx           ctx;          struct cmd_ctx           ctx;
   
         ctx.msgdata = NULL;          ctx.msgdata = NULL;
         ctx.cursession = c->session;  
         ctx.curclient = c;          ctx.curclient = c;
   
         ctx.error = key_bindings_error;          ctx.error = key_bindings_error;

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9