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

Diff for /src/usr.bin/tmux/cmd.c between version 1.175 and 1.176

version 1.175, 2023/08/17 14:10:28 version 1.176, 2024/05/18 08:50:11
Line 48 
Line 48 
 extern const struct cmd_entry cmd_display_message_entry;  extern const struct cmd_entry cmd_display_message_entry;
 extern const struct cmd_entry cmd_display_popup_entry;  extern const struct cmd_entry cmd_display_popup_entry;
 extern const struct cmd_entry cmd_display_panes_entry;  extern const struct cmd_entry cmd_display_panes_entry;
 extern const struct cmd_entry cmd_down_pane_entry;  
 extern const struct cmd_entry cmd_find_window_entry;  extern const struct cmd_entry cmd_find_window_entry;
 extern const struct cmd_entry cmd_has_session_entry;  extern const struct cmd_entry cmd_has_session_entry;
 extern const struct cmd_entry cmd_if_shell_entry;  extern const struct cmd_entry cmd_if_shell_entry;
Line 118 
Line 117 
 extern const struct cmd_entry cmd_switch_client_entry;  extern const struct cmd_entry cmd_switch_client_entry;
 extern const struct cmd_entry cmd_unbind_key_entry;  extern const struct cmd_entry cmd_unbind_key_entry;
 extern const struct cmd_entry cmd_unlink_window_entry;  extern const struct cmd_entry cmd_unlink_window_entry;
 extern const struct cmd_entry cmd_up_pane_entry;  
 extern const struct cmd_entry cmd_wait_for_entry;  extern const struct cmd_entry cmd_wait_for_entry;
   
 const struct cmd_entry *cmd_table[] = {  const struct cmd_entry *cmd_table[] = {

Legend:
Removed from v.1.175  
changed lines
  Added in v.1.176