/[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.52 by flashcode, Sun Feb 27 02:40:11 2005 UTC revision 1.53 by flashcode, Sun Feb 27 13:25:36 2005 UTC
# Line 299  t_config_option weechat_options_colors[] Line 299  t_config_option weechat_options_colors[]
299      N_("color for window with new data (not messages) (status bar)"),      N_("color for window with new data (not messages) (status bar)"),
300      OPTION_TYPE_COLOR, 0, 0, 0,      OPTION_TYPE_COLOR, 0, 0, 0,
301      "default", NULL, &cfg_col_status_data_other, NULL, &config_change_color },      "default", NULL, &cfg_col_status_data_other, NULL, &config_change_color },
302    { "col_status_more", N_("color for \"*MORE*\" text"),    { "col_status_more", N_("color for \"-MORE-\" text"),
303      N_("color for window with new data (status bar)"),      N_("color for window with new data (status bar)"),
304      OPTION_TYPE_COLOR, 0, 0, 0,      OPTION_TYPE_COLOR, 0, 0, 0,
305      "white", NULL, &cfg_col_status_more, NULL, &config_change_color },      "white", NULL, &cfg_col_status_more, NULL, &config_change_color },
# Line 552  t_config_option weechat_options_dcc[] = Line 552  t_config_option weechat_options_dcc[] =
552      OPTION_TYPE_INT, 1, INT_MAX, 300,      OPTION_TYPE_INT, 1, INT_MAX, 300,
553      NULL, NULL, &cfg_dcc_timeout, NULL, config_change_noop },      NULL, NULL, &cfg_dcc_timeout, NULL, config_change_noop },
554    { "dcc_blocksize", N_("block size for dcc packets"),    { "dcc_blocksize", N_("block size for dcc packets"),
555      N_("block size for dcc packets in bytes (default: 1024)"),      N_("block size for dcc packets in bytes (default: 65536)"),
556      OPTION_TYPE_INT, 1024, 102400, 65536,      OPTION_TYPE_INT, 1024, 102400, 65536,
557      NULL, NULL, &cfg_dcc_blocksize, NULL, config_change_noop },      NULL, NULL, &cfg_dcc_blocksize, NULL, config_change_noop },
558    { "dcc_download_path", N_("path for incoming files with dcc"),    { "dcc_download_path", N_("path for incoming files with dcc"),

Legend:
Removed from v.1.52  
changed lines
  Added in v.1.53

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