/[weechat]/weechat/src/common/weeconfig.c
ViewVC logotype

Diff of /weechat/src/common/weeconfig.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.91 by flashcode, Sun Nov 6 00:46:29 2005 UTC revision 1.92 by kolter, Sun Nov 13 16:59:40 2005 UTC
# Line 571  t_config_option weechat_options_colors[] Line 571  t_config_option weechat_options_colors[]
571    
572  int cfg_history_max_lines;  int cfg_history_max_lines;
573  int cfg_history_max_commands;  int cfg_history_max_commands;
574    int cfg_history_display_default;
575    
576  t_config_option weechat_options_history[] =  t_config_option weechat_options_history[] =
577  { { "history_max_lines", N_("max lines in history (per window)"),  { { "history_max_lines", N_("max lines in history (per window)"),
# Line 582  t_config_option weechat_options_history[ Line 583  t_config_option weechat_options_history[
583      N_("maximum number of user commands in history (0 = unlimited)"),      N_("maximum number of user commands in history (0 = unlimited)"),
584      OPTION_TYPE_INT, 0, INT_MAX, 100,      OPTION_TYPE_INT, 0, INT_MAX, 100,
585      NULL, NULL, &cfg_history_max_commands, NULL, &config_change_noop },      NULL, NULL, &cfg_history_max_commands, NULL, &config_change_noop },
586      { "history_display_default", N_("max commands to display"),
587        N_("maximum number of commands to display by default in history listing (0 = unlimited)"),
588        OPTION_TYPE_INT, 0, INT_MAX, 5,
589        NULL, NULL, &cfg_history_display_default, NULL, &config_change_noop },
590    { NULL, NULL, NULL, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL }    { NULL, NULL, NULL, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL }
591  };  };
592    

Legend:
Removed from v.1.91  
changed lines
  Added in v.1.92

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26