[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.163 and 1.164

version 1.163, 2020/06/29 15:53:28 version 1.164, 2021/06/10 07:50:03
Line 36 
Line 36 
 extern const struct cmd_entry cmd_choose_client_entry;  extern const struct cmd_entry cmd_choose_client_entry;
 extern const struct cmd_entry cmd_choose_tree_entry;  extern const struct cmd_entry cmd_choose_tree_entry;
 extern const struct cmd_entry cmd_clear_history_entry;  extern const struct cmd_entry cmd_clear_history_entry;
   extern const struct cmd_entry cmd_clear_prompt_history_entry;
 extern const struct cmd_entry cmd_clock_mode_entry;  extern const struct cmd_entry cmd_clock_mode_entry;
 extern const struct cmd_entry cmd_command_prompt_entry;  extern const struct cmd_entry cmd_command_prompt_entry;
 extern const struct cmd_entry cmd_confirm_before_entry;  extern const struct cmd_entry cmd_confirm_before_entry;
Line 105 
Line 106 
 extern const struct cmd_entry cmd_show_hooks_entry;  extern const struct cmd_entry cmd_show_hooks_entry;
 extern const struct cmd_entry cmd_show_messages_entry;  extern const struct cmd_entry cmd_show_messages_entry;
 extern const struct cmd_entry cmd_show_options_entry;  extern const struct cmd_entry cmd_show_options_entry;
   extern const struct cmd_entry cmd_show_prompt_history_entry;
 extern const struct cmd_entry cmd_show_window_options_entry;  extern const struct cmd_entry cmd_show_window_options_entry;
 extern const struct cmd_entry cmd_source_file_entry;  extern const struct cmd_entry cmd_source_file_entry;
 extern const struct cmd_entry cmd_split_window_entry;  extern const struct cmd_entry cmd_split_window_entry;
Line 127 
Line 129 
         &cmd_choose_client_entry,          &cmd_choose_client_entry,
         &cmd_choose_tree_entry,          &cmd_choose_tree_entry,
         &cmd_clear_history_entry,          &cmd_clear_history_entry,
           &cmd_clear_prompt_history_entry,
         &cmd_clock_mode_entry,          &cmd_clock_mode_entry,
         &cmd_command_prompt_entry,          &cmd_command_prompt_entry,
         &cmd_confirm_before_entry,          &cmd_confirm_before_entry,
Line 195 
Line 198 
         &cmd_show_hooks_entry,          &cmd_show_hooks_entry,
         &cmd_show_messages_entry,          &cmd_show_messages_entry,
         &cmd_show_options_entry,          &cmd_show_options_entry,
           &cmd_show_prompt_history_entry,
         &cmd_show_window_options_entry,          &cmd_show_window_options_entry,
         &cmd_source_file_entry,          &cmd_source_file_entry,
         &cmd_split_window_entry,          &cmd_split_window_entry,

Legend:
Removed from v.1.163  
changed lines
  Added in v.1.164