[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.46 and 1.47

version 1.46, 2015/04/21 15:34:32 version 1.47, 2015/04/25 18:49:01
Line 144 
Line 144 
 void  void
 key_bindings_init(void)  key_bindings_init(void)
 {  {
         static const char* defaults[] = {          static const char *defaults[] = {
                 "bind C-b send-prefix",                  "bind C-b send-prefix",
                 "bind C-o rotate-window",                  "bind C-o rotate-window",
                 "bind C-z suspend-client",                  "bind C-z suspend-client",
Line 225 
Line 225 
         };          };
         u_int            i;          u_int            i;
         struct cmd_list *cmdlist;          struct cmd_list *cmdlist;
         char*            cause;          char            *cause;
         int              error;          int              error;
         struct cmd_q    *cmdq;          struct cmd_q    *cmdq;
   

Legend:
Removed from v.1.46  
changed lines
  Added in v.1.47