/[weechat]/weechat/src/config.c
ViewVC logotype

Diff of /weechat/src/config.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.10 by flashcode, Sat Oct 4 14:35:13 2003 UTC revision 1.11 by flashcode, Sat Oct 4 23:22:46 2003 UTC
# Line 74  t_config_option weechat_options_look[] = Line 74  t_config_option weechat_options_look[] =
74      N_("set title for terminal window (curses GUI) with name & version"),      N_("set title for terminal window (curses GUI) with name & version"),
75      OPTION_TYPE_BOOLEAN, BOOL_FALSE, BOOL_TRUE, BOOL_TRUE,      OPTION_TYPE_BOOLEAN, BOOL_FALSE, BOOL_TRUE, BOOL_TRUE,
76      NULL, NULL, &cfg_look_set_title, NULL, NULL },      NULL, NULL, &cfg_look_set_title, NULL, NULL },
77    { "look_startup_logo", N_("display " WEECHAT_NAME " logo at startup"),    { "look_startup_logo", N_("display WeeChat logo at startup"),
78      N_("display " WEECHAT_NAME " logo at startup"),      N_("display WeeChat logo at startup"),
79      OPTION_TYPE_BOOLEAN, BOOL_FALSE, BOOL_TRUE, BOOL_TRUE,      OPTION_TYPE_BOOLEAN, BOOL_FALSE, BOOL_TRUE, BOOL_TRUE,
80      NULL, NULL, &cfg_look_startup_logo, NULL, NULL },      NULL, NULL, &cfg_look_startup_logo, NULL, NULL },
81    { "look_startup_version", N_("display " WEECHAT_NAME " version at startup"),    { "look_startup_version", N_("display WeeChat version at startup"),
82      N_("display " WEECHAT_NAME " version at startup"),      N_("display WeeChat version at startup"),
83      OPTION_TYPE_BOOLEAN, BOOL_FALSE, BOOL_TRUE, BOOL_TRUE,      OPTION_TYPE_BOOLEAN, BOOL_FALSE, BOOL_TRUE, BOOL_TRUE,
84      NULL, NULL, &cfg_look_startup_version, NULL, NULL },      NULL, NULL, &cfg_look_startup_version, NULL, NULL },
85    { "look_weechat_slogan", N_(WEECHAT_NAME "slogan"),    { "look_weechat_slogan", N_("WeeChat slogan"),
86      N_(WEECHAT_NAME "slogan (if empty, slogan is not used)"),      N_("WeeChat slogan (if empty, slogan is not used)"),
87      OPTION_TYPE_STRING, 0, 0, 0,      OPTION_TYPE_STRING, 0, 0, 0,
88      "the geekest IRC client!", NULL, NULL, &cfg_look_weechat_slogan, NULL },      "the geekest IRC client!", NULL, NULL, &cfg_look_weechat_slogan, NULL },
89    { "look_color_nicks", N_("display nick names with different colors"),    { "look_color_nicks", N_("display nick names with different colors"),
# Line 340  t_config_option weechat_options_log[] = Line 340  t_config_option weechat_options_log[] =
340      OPTION_TYPE_BOOLEAN, BOOL_FALSE, BOOL_TRUE, BOOL_TRUE,      OPTION_TYPE_BOOLEAN, BOOL_FALSE, BOOL_TRUE, BOOL_TRUE,
341      NULL, NULL, &cfg_log_auto_private, NULL, NULL },      NULL, NULL, &cfg_log_auto_private, NULL, NULL },
342    { "log_path", N_("path for log files"),    { "log_path", N_("path for log files"),
343      N_("path for " WEECHAT_NAME " log files"),      N_("path for WeeChat log files"),
344      OPTION_TYPE_STRING, 0, 0, 0,      OPTION_TYPE_STRING, 0, 0, 0,
345      "~/.weechat/logs/", NULL, NULL, &cfg_log_path, NULL },      "~/.weechat/logs/", NULL, NULL, &cfg_log_path, NULL },
346    { "log_name", N_("name for log files"),    { "log_name", N_("name for log files"),
# Line 449  t_config_option weechat_options_server[] Line 449  t_config_option weechat_options_server[]
449      OPTION_TYPE_STRING, 0, 0, 0,      OPTION_TYPE_STRING, 0, 0, 0,
450      "", NULL, NULL, &(cfg_server.name), NULL },      "", NULL, NULL, &(cfg_server.name), NULL },
451    { "server_autoconnect", N_("automatically connect to server"),    { "server_autoconnect", N_("automatically connect to server"),
452      N_("automatically connect to server when " WEECHAT_NAME " is starting"),      N_("automatically connect to server when WeeChat is starting"),
453      OPTION_TYPE_BOOLEAN, BOOL_FALSE, BOOL_TRUE, BOOL_TRUE,      OPTION_TYPE_BOOLEAN, BOOL_FALSE, BOOL_TRUE, BOOL_TRUE,
454      NULL, NULL, &(cfg_server.autoconnect), NULL, NULL },      NULL, NULL, &(cfg_server.autoconnect), NULL, NULL },
455    { "server_address", N_("server address or hostname"),    { "server_address", N_("server address or hostname"),

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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