/[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.56 by flashcode, Sun Mar 20 07:19:16 2005 UTC revision 1.57 by flashcode, Sat Apr 9 11:34:16 2005 UTC
# Line 66  char *cfg_look_weechat_slogan; Line 66  char *cfg_look_weechat_slogan;
66  char *cfg_look_charset_decode;  char *cfg_look_charset_decode;
67  char *cfg_look_charset_encode;  char *cfg_look_charset_encode;
68  char *cfg_look_charset_internal;  char *cfg_look_charset_internal;
69    char *cfg_look_buffer_timestamp;
70  int cfg_look_color_nicks;  int cfg_look_color_nicks;
71  int cfg_look_color_actions;  int cfg_look_color_actions;
72  int cfg_look_remove_colors_from_msgs;  int cfg_look_remove_colors_from_msgs;
# Line 112  t_config_option weechat_options_look[] = Line 113  t_config_option weechat_options_look[] =
113      N_("internal WeeChat charset, should be ISO-xxxx even if locale is UTF-8 (if empty, local charset is used)"),      N_("internal WeeChat charset, should be ISO-xxxx even if locale is UTF-8 (if empty, local charset is used)"),
114      OPTION_TYPE_STRING, 0, 0, 0,      OPTION_TYPE_STRING, 0, 0, 0,
115      "ISO-8859-1", NULL, NULL, &cfg_look_charset_internal, config_change_buffer_content },      "ISO-8859-1", NULL, NULL, &cfg_look_charset_internal, config_change_buffer_content },
116      { "look_buffer_timestamp", N_("timestamp for buffers"),
117        N_("timestamp for buffers"),
118        OPTION_TYPE_STRING, 0, 0, 0,
119        "[%H:%M:%S]", NULL, NULL, &cfg_look_buffer_timestamp, config_change_buffer_content },
120    { "look_color_nicks", N_("display nick names with different colors"),    { "look_color_nicks", N_("display nick names with different colors"),
121      N_("display nick names with different colors"),      N_("display nick names with different colors"),
122      OPTION_TYPE_BOOLEAN, BOOL_FALSE, BOOL_TRUE, BOOL_TRUE,      OPTION_TYPE_BOOLEAN, BOOL_FALSE, BOOL_TRUE, BOOL_TRUE,

Legend:
Removed from v.1.56  
changed lines
  Added in v.1.57

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