mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 04:43:34 +02:00
More statusbar commands.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2461 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
b38f4da166
commit
0e4bf301ca
3 changed files with 113 additions and 16 deletions
|
|
@ -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 }
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue