From 0e4bf301ca52e24582b26fbea8f4f922e0ee8281 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Fri, 15 Feb 2002 22:18:48 +0000 Subject: More statusbar commands. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2461 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- src/fe-text/module-formats.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/fe-text/module-formats.c') diff --git a/src/fe-text/module-formats.c b/src/fe-text/module-formats.c index 0ecd9405..e9e0b6e2 100644 --- a/src/fe-text/module-formats.c +++ b/src/fe-text/module-formats.c @@ -54,6 +54,9 @@ FORMAT_REC gui_text_formats[] = { "statusbar_not_found", "Statusbar doesn't exist: $0", 1, { 0 } }, { "statusbar_item_not_found", "Statusbar item doesn't exist: $0", 1, { 0 } }, { "statusbar_unknown_command", "Unknown statusbar command: $0", 1, { 0 } }, + { "statusbar_unknown_type", "Statusbar type must be 'window' or 'root'", 1, { 0 } }, + { "statusbar_unknown_placement", "Statusbar placement must be 'top' or 'bottom'", 1, { 0 } }, + { "statusbar_unknown_visibility", "Statusbar visibility must be 'always', 'active' or 'inactive'", 1, { 0 } }, { NULL, NULL, 0 } }; -- cgit v1.2.3