diff options
author | ailin-nemui <ailin-nemui@users.noreply.github.com> | 2018-04-02 08:36:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-02 08:36:53 +0200 |
commit | 8bf2162053df088e3327245e2e2681591b7b8ecc (patch) | |
tree | 50c0fe65414a01b29f581e7afce22a6aed2c032c /src/fe-text/module-formats.c | |
parent | 0c1db8f2aee4aa5040a16518adb71f57dc953985 (diff) | |
parent | 138eca0749dd05a4a16df9e43d87af2143b224f2 (diff) | |
download | irssi-8bf2162053df088e3327245e2e2681591b7b8ecc.zip |
Merge pull request #858 from ailin-nemui/sbar
change the statusbar commands so that no accidential status bars are created
Diffstat (limited to 'src/fe-text/module-formats.c')
-rw-r--r-- | src/fe-text/module-formats.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fe-text/module-formats.c b/src/fe-text/module-formats.c index b234f46c..277872c6 100644 --- a/src/fe-text/module-formats.c +++ b/src/fe-text/module-formats.c @@ -67,6 +67,7 @@ FORMAT_REC gui_text_formats[] = { "statusbar_info_item_footer", "", 0 }, { "statusbar_info_item_name", "%# : $[35]0 $[9]1 $2", 3, { 0, 1, 0 } }, { "statusbar_not_found", "Statusbar doesn't exist: $0", 1, { 0 } }, + { "statusbar_not_found", "Statusbar is disabled: $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 } }, |