/[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.96 by flashcode, Tue Nov 29 08:23:03 2005 UTC revision 1.97 by flashcode, Tue Nov 29 21:44:50 2005 UTC
# Line 74  char *cfg_look_charset_encode; Line 74  char *cfg_look_charset_encode;
74  char *cfg_look_charset_internal;  char *cfg_look_charset_internal;
75  int cfg_look_one_server_buffer;  int cfg_look_one_server_buffer;
76  char *cfg_look_buffer_timestamp;  char *cfg_look_buffer_timestamp;
 int cfg_look_color_nicks;  
77  int cfg_look_color_nicks_number;  int cfg_look_color_nicks_number;
78  int cfg_look_color_actions;  int cfg_look_color_actions;
79  int cfg_look_nicklist;  int cfg_look_nicklist;
# Line 142  t_config_option weechat_options_look[] = Line 141  t_config_option weechat_options_look[] =
141      N_("timestamp for buffers"),      N_("timestamp for buffers"),
142      OPTION_TYPE_STRING, 0, 0, 0,      OPTION_TYPE_STRING, 0, 0, 0,
143      "[%H:%M:%S]", NULL, NULL, &cfg_look_buffer_timestamp, config_change_buffer_content },      "[%H:%M:%S]", NULL, NULL, &cfg_look_buffer_timestamp, config_change_buffer_content },
   { "look_color_nicks", N_("display nick names with different colors"),  
     N_("display nick names with different colors"),  
     OPTION_TYPE_BOOLEAN, BOOL_FALSE, BOOL_TRUE, BOOL_TRUE,  
     NULL, NULL, &cfg_look_color_nicks, NULL, config_change_noop },  
144    { "look_color_nicks_number", N_("number of colors to use for nicks colors"),    { "look_color_nicks_number", N_("number of colors to use for nicks colors"),
145      N_("number of colors to use for nicks colors"),      N_("number of colors to use for nicks colors"),
146      OPTION_TYPE_INT, 1, 10, 10,      OPTION_TYPE_INT, 1, 10, 10,

Legend:
Removed from v.1.96  
changed lines
  Added in v.1.97

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