summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGeert Hauwaerts <geert@hauwaerts.be>2015-06-12 21:13:27 +0200
committerGeert Hauwaerts <geert@hauwaerts.be>2015-06-12 21:13:45 +0200
commit6fcafc599350737d0d14f3c863af594efc391124 (patch)
tree4c9d5919a4b8d8b56bc57b0745dabd0bb9beec59 /src
parentfb5513ef4ae6a8b4e325a973d8f9e63d0e2487d5 (diff)
downloadirssi-6fcafc599350737d0d14f3c863af594efc391124.zip
1k+ windows are now the default formatting (#223)
1k+ windows are now the default formatting (#223)
Diffstat (limited to 'src')
-rw-r--r--src/fe-common/core/module-formats.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fe-common/core/module-formats.c b/src/fe-common/core/module-formats.c
index db11fae1..4ae26950 100644
--- a/src/fe-common/core/module-formats.c
+++ b/src/fe-common/core/module-formats.c
@@ -42,8 +42,8 @@ FORMAT_REC fecommon_core_formats[] = {
{ "window_set_immortal", "Window is now immortal", 0 },
{ "window_unset_immortal", "Window isn't immortal anymore", 0 },
{ "window_immortal_error", "Window is immortal, if you really want to close it, say /WINDOW IMMORTAL OFF", 0 },
- { "windowlist_header", "%#Ref Name Active item Server Level", 0 },
- { "windowlist_line", "%#$[3]0 %|$[20]1 $[15]2 $[15]3 $4", 5, { 1, 0, 0, 0, 0 } },
+ { "windowlist_header", "%#Ref Name Active item Server Level", 0 },
+ { "windowlist_line", "%#$[4]0 %|$[20]1 $[15]2 $[15]3 $4", 5, { 1, 0, 0, 0, 0 } },
{ "windowlist_footer", "", 0 },
{ "windows_layout_saved", "Layout of windows is now remembered", 0 },
{ "windows_layout_reset", "Layout of windows reset to defaults", 0 },