about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorEdd Barrett <vext01@gmail.com>2011-02-01 00:24:31 +0000
committerEdd Barrett <vext01@gmail.com>2011-02-01 00:24:31 +0000
commit50d0e3018399236f4d2f28fdd0bede289ee995b8 (patch)
tree7979e6c3ba91eb4a09b698a74ddabe24809b23aa
parentf399d2b42ff15e09a161f40c29552d7027a0d247 (diff)
downloadxombrero-50d0e3018399236f4d2f28fdd0bede289ee995b8.tar.gz
fix statusbar hide and show commands so that they match what it said in the
manual page.

OK marco
-rw-r--r--xxxterm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xxxterm.c b/xxxterm.c
index a972722..1091e9f 100644
--- a/xxxterm.c
+++ b/xxxterm.c
@@ -4321,9 +4321,9 @@ struct cmd {
 	{ "urlh",		0,	urlaction,		{.i = XT_URL_HIDE} },
 	{ "urlshow",		0,	urlaction,		{.i = XT_URL_SHOW} },
 	{ "urls",		0,	urlaction,		{.i = XT_URL_SHOW} },
-	{ "statusbarhide",	0,	statusaction,		{.i = XT_STATUSBAR_HIDE} },
+	{ "statushide",		0,	statusaction,		{.i = XT_STATUSBAR_HIDE} },
 	{ "statush",		0,	statusaction,		{.i = XT_STATUSBAR_HIDE} },
-	{ "statusbarshow",	0,	statusaction,		{.i = XT_STATUSBAR_SHOW} },
+	{ "statusshow", 	0,	statusaction,		{.i = XT_STATUSBAR_SHOW} },
 	{ "statuss",		0,	statusaction,		{.i = XT_STATUSBAR_SHOW} },
 
 	{ "1",			0,	move,			{.i = XT_MOVE_TOP} },