mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
1k+ windows are now the default formatting (#223)
1k+ windows are now the default formatting (#223)
This commit is contained in:
parent
fb5513ef4a
commit
6fcafc5993
@ -42,8 +42,8 @@ FORMAT_REC fecommon_core_formats[] = {
|
|||||||
{ "window_set_immortal", "Window is now immortal", 0 },
|
{ "window_set_immortal", "Window is now immortal", 0 },
|
||||||
{ "window_unset_immortal", "Window isn't immortal anymore", 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 },
|
{ "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_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_line", "%#$[4]0 %|$[20]1 $[15]2 $[15]3 $4", 5, { 1, 0, 0, 0, 0 } },
|
||||||
{ "windowlist_footer", "", 0 },
|
{ "windowlist_footer", "", 0 },
|
||||||
{ "windows_layout_saved", "Layout of windows is now remembered", 0 },
|
{ "windows_layout_saved", "Layout of windows is now remembered", 0 },
|
||||||
{ "windows_layout_reset", "Layout of windows reset to defaults", 0 },
|
{ "windows_layout_reset", "Layout of windows reset to defaults", 0 },
|
||||||
|
Loading…
Reference in New Issue
Block a user