/[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.81 by flashcode, Tue Oct 18 15:56:00 2005 UTC revision 1.82 by flashcode, Tue Oct 18 17:46:55 2005 UTC
# Line 92  int cfg_look_infobar_delay_highlight; Line 92  int cfg_look_infobar_delay_highlight;
92  int cfg_look_hotlist_names_count;  int cfg_look_hotlist_names_count;
93  int cfg_look_hotlist_names_level;  int cfg_look_hotlist_names_level;
94  int cfg_look_hotlist_names_length;  int cfg_look_hotlist_names_length;
95    int cfg_look_day_change;
96    char *cfg_look_day_change_timestamp;
97    
98  t_config_option weechat_options_look[] =  t_config_option weechat_options_look[] =
99  { { "look_set_title", N_("set title for window (terminal for Curses GUI) with name & version"),  { { "look_set_title", N_("set title for window (terminal for Curses GUI) with name & version"),
# Line 206  t_config_option weechat_options_look[] = Line 208  t_config_option weechat_options_look[] =
208      N_("max length of names in hotlist (0 = no limit)"),      N_("max length of names in hotlist (0 = no limit)"),
209      OPTION_TYPE_INT, 0, 32, 0,      OPTION_TYPE_INT, 0, 32, 0,
210      NULL, NULL, &cfg_look_hotlist_names_length, NULL, config_change_buffer_content },      NULL, NULL, &cfg_look_hotlist_names_length, NULL, config_change_buffer_content },
211      { "look_day_change", N_("display special message when day changes"),
212        N_("display special message when day changes"),
213        OPTION_TYPE_BOOLEAN, BOOL_FALSE, BOOL_TRUE, BOOL_TRUE,
214        NULL, NULL, &cfg_look_day_change, NULL, config_change_noop },
215      { "look_day_change_timestamp", N_("timestamp for date displayed when day changed"),
216        N_("timestamp for date displayed when day changed"),
217        OPTION_TYPE_STRING, 0, 0, 0,
218        "%a, %d %b %Y", NULL, NULL, &cfg_look_day_change_timestamp, config_change_noop },
219    { NULL, NULL, NULL, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL }    { NULL, NULL, NULL, 0, 0, 0, 0, NULL, NULL, NULL, NULL, NULL }
220  };  };
221    

Legend:
Removed from v.1.81  
changed lines
  Added in v.1.82

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