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

Diff for /src/usr.bin/tmux/server-client.c between version 1.230 and 1.231

version 1.230, 2017/05/09 13:04:36 version 1.231, 2017/05/10 10:46:59
Line 947 
Line 947 
                 server_status_client(c);                  server_status_client(c);
   
                 /* Execute the key binding. */                  /* Execute the key binding. */
                 key_bindings_dispatch(bd, c, m, &fs);                  key_bindings_dispatch(bd, NULL, c, m, &fs);
                 key_bindings_unref_table(table);                  key_bindings_unref_table(table);
                 return;                  return;
         }          }

Legend:
Removed from v.1.230  
changed lines
  Added in v.1.231