about summary refs log tree commit diff stats
path: root/xxxterm.c
diff options
context:
space:
mode:
Diffstat (limited to 'xxxterm.c')
-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} },