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

Diff for /src/usr.bin/tmux/cmd-confirm-before.c between version 1.16 and 1.17

version 1.16, 2013/03/22 15:50:42 version 1.17, 2013/03/22 15:54:29
Line 125 
Line 125 
                 return (0);                  return (0);
         }          }
   
         ctx = cmd_get_ctx();          ctx = cmd_get_ctx(NULL, c);
         ctx->curclient = c;  
         ctx->error = key_bindings_error;          ctx->error = key_bindings_error;
         ctx->print = key_bindings_print;          ctx->print = key_bindings_print;
         ctx->info = key_bindings_info;          ctx->info = key_bindings_info;

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17