[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.106 and 1.107

version 1.106, 2015/11/27 15:06:43 version 1.107, 2015/12/08 01:10:31
Line 96 
Line 96 
 extern const struct cmd_entry cmd_server_info_entry;  extern const struct cmd_entry cmd_server_info_entry;
 extern const struct cmd_entry cmd_set_buffer_entry;  extern const struct cmd_entry cmd_set_buffer_entry;
 extern const struct cmd_entry cmd_set_environment_entry;  extern const struct cmd_entry cmd_set_environment_entry;
   extern const struct cmd_entry cmd_set_hook_entry;
 extern const struct cmd_entry cmd_set_option_entry;  extern const struct cmd_entry cmd_set_option_entry;
 extern const struct cmd_entry cmd_set_window_option_entry;  extern const struct cmd_entry cmd_set_window_option_entry;
 extern const struct cmd_entry cmd_show_buffer_entry;  extern const struct cmd_entry cmd_show_buffer_entry;
 extern const struct cmd_entry cmd_show_environment_entry;  extern const struct cmd_entry cmd_show_environment_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_window_options_entry;  extern const struct cmd_entry cmd_show_window_options_entry;
Line 183 
Line 185 
         &cmd_server_info_entry,          &cmd_server_info_entry,
         &cmd_set_buffer_entry,          &cmd_set_buffer_entry,
         &cmd_set_environment_entry,          &cmd_set_environment_entry,
           &cmd_set_hook_entry,
         &cmd_set_option_entry,          &cmd_set_option_entry,
         &cmd_set_window_option_entry,          &cmd_set_window_option_entry,
         &cmd_show_buffer_entry,          &cmd_show_buffer_entry,
         &cmd_show_environment_entry,          &cmd_show_environment_entry,
           &cmd_show_hooks_entry,
         &cmd_show_messages_entry,          &cmd_show_messages_entry,
         &cmd_show_options_entry,          &cmd_show_options_entry,
         &cmd_show_window_options_entry,          &cmd_show_window_options_entry,

Legend:
Removed from v.1.106  
changed lines
  Added in v.1.107