degesch: reorder configuration
This commit is contained in:
parent
92ca2df285
commit
ba9e51fb9f
10
degesch.c
10
degesch.c
|
@ -58,11 +58,6 @@
|
||||||
|
|
||||||
static struct config_item g_config_table[] =
|
static struct config_item g_config_table[] =
|
||||||
{
|
{
|
||||||
{ ATTR_PROMPT, NULL, "Terminal attributes for the prompt" },
|
|
||||||
{ ATTR_RESET, NULL, "String to reset terminal attributes" },
|
|
||||||
{ ATTR_WARNING, NULL, "Terminal attributes for warnings" },
|
|
||||||
{ ATTR_ERROR, NULL, "Terminal attributes for errors" },
|
|
||||||
|
|
||||||
{ "nickname", NULL, "IRC nickname" },
|
{ "nickname", NULL, "IRC nickname" },
|
||||||
{ "username", NULL, "IRC user name" },
|
{ "username", NULL, "IRC user name" },
|
||||||
{ "realname", NULL, "IRC real name/e-mail" },
|
{ "realname", NULL, "IRC real name/e-mail" },
|
||||||
|
@ -83,6 +78,11 @@ static struct config_item g_config_table[] =
|
||||||
{ "socks_username", NULL, "SOCKS auth. username" },
|
{ "socks_username", NULL, "SOCKS auth. username" },
|
||||||
{ "socks_password", NULL, "SOCKS auth. password" },
|
{ "socks_password", NULL, "SOCKS auth. password" },
|
||||||
|
|
||||||
|
{ ATTR_PROMPT, NULL, "Terminal attributes for the prompt" },
|
||||||
|
{ ATTR_RESET, NULL, "String to reset terminal attributes" },
|
||||||
|
{ ATTR_WARNING, NULL, "Terminal attributes for warnings" },
|
||||||
|
{ ATTR_ERROR, NULL, "Terminal attributes for errors" },
|
||||||
|
|
||||||
{ NULL, NULL, NULL }
|
{ NULL, NULL, NULL }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue