/[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.69 by flashcode, Tue Jul 19 19:50:10 2005 UTC revision 1.70 by flashcode, Fri Jul 22 08:11:40 2005 UTC
# Line 194  int cfg_col_chat_time; Line 194  int cfg_col_chat_time;
194  int cfg_col_chat_time_sep;  int cfg_col_chat_time_sep;
195  int cfg_col_chat_prefix1;  int cfg_col_chat_prefix1;
196  int cfg_col_chat_prefix2;  int cfg_col_chat_prefix2;
197    int cfg_col_chat_join;
198    int cfg_col_chat_part;
199  int cfg_col_chat_nick;  int cfg_col_chat_nick;
200  int cfg_col_chat_host;  int cfg_col_chat_host;
201  int cfg_col_chat_channel;  int cfg_col_chat_channel;
# Line 268  t_config_option weechat_options_colors[] Line 270  t_config_option weechat_options_colors[]
270      N_("color for middle char of prefix"),      N_("color for middle char of prefix"),
271      OPTION_TYPE_COLOR, 0, 0, 0,      OPTION_TYPE_COLOR, 0, 0, 0,
272      "white", NULL, &cfg_col_chat_prefix2, NULL, &config_change_color },      "white", NULL, &cfg_col_chat_prefix2, NULL, &config_change_color },
273      { "col_chat_join", N_("color for join arrow (prefix)"),
274        N_("color for join arrow (prefix)"),
275        OPTION_TYPE_COLOR, 0, 0, 0,
276        "lightgreen", NULL, &cfg_col_chat_join, NULL, &config_change_color },
277      { "col_chat_part", N_("color for part/quit arrow (prefix)"),
278        N_("color for part/quit arrow (prefix)"),
279        OPTION_TYPE_COLOR, 0, 0, 0,
280        "lightred", NULL, &cfg_col_chat_part, NULL, &config_change_color },
281    { "col_chat_nick", N_("color for nicks in actions"),    { "col_chat_nick", N_("color for nicks in actions"),
282      N_("color for nicks in actions (chat window)"),      N_("color for nicks in actions (chat window)"),
283      OPTION_TYPE_COLOR, 0, 0, 0,      OPTION_TYPE_COLOR, 0, 0, 0,

Legend:
Removed from v.1.69  
changed lines
  Added in v.1.70

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