mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 20:00:23 +02:00
Added -delete option to /WINDOW THEME. /WINDOW THEME without parameters
prints the active theme. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1576 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
0db8e96019
commit
69c864f8d5
3 changed files with 43 additions and 10 deletions
|
|
@ -193,7 +193,10 @@ FORMAT_REC fecommon_core_formats[] = {
|
|||
{ "theme_save_failed", "Error saving theme to $0: $1", 2, { 0, 0 } },
|
||||
{ "theme_not_found", "Theme {hilight $0} not found", 1, { 0 } },
|
||||
{ "theme_changed", "Using now theme {hilight $0} ($1)", 2, { 0, 0 } },
|
||||
{ "window_theme_changed", "Using theme {hilight $0} ($1) in this window", 2, { 0, 0 } },
|
||||
{ "window_theme", "Using theme {hilight $0} in this window", 2, { 0, 0 } },
|
||||
{ "window_theme_default", "No theme is set for this window", 0 },
|
||||
{ "window_theme_changed", "Using now theme {hilight $0} ($1) in this window", 2, { 0, 0 } },
|
||||
{ "window_theme_removed", "Removed theme from this window", 0 },
|
||||
{ "format_title", "%:[{hilight $0}] - [{hilight $1}]%:", 2, { 0, 0 } },
|
||||
{ "format_subtitle", "[{hilight $0}]", 1, { 0 } },
|
||||
{ "format_item", "$0 = $1", 2, { 0, 0 } },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue