/WINDOW command now prints all information related to window.

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1699 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2001-08-03 20:04:39 +00:00 committed by cras
commit 79ae6fceb3
3 changed files with 149 additions and 5 deletions

View file

@ -43,6 +43,22 @@ FORMAT_REC fecommon_core_formats[] = {
{ "windowlist_footer", "", 0 },
{ "windows_layout_saved", "Layout of windows is now remembered next time you start irssi", 0 },
{ "windows_layout_reset", "Layout of windows reset to defaults", 0 },
{ "window_info_header", "", 0 },
{ "window_info_footer", "", 0 },
{ "window_info_refnum", "Window : {hilight #$0}", 1, { 1 } },
{ "window_info_refnum_sticky", "Window : {hilight #$0 (sticky)}", 1, { 1 } },
{ "window_info_name", "Name : $0", 1, { 0 } },
{ "window_info_size", "Size : $0x$1", 2, { 1, 1 } },
{ "window_info_level", "Level : $0", 1, { 0 } },
{ "window_info_server", "Server : $0", 1, { 0 } },
{ "window_info_server_sticky", "Server : $0 (sticky)", 1, { 0 } },
{ "window_info_theme", "Theme : $0$1", 2, { 0, 0 } },
{ "window_info_bound_items_header", "Bounds : {hilight Name Server tag}", 0 },
{ "window_info_bound_item", " : $[!30]0 $[!15]1 $2", 3, { 0, 0, 0 } },
{ "window_info_bound_items_footer", "", 0 },
{ "window_info_items_header", "Items : {hilight Name Server tag}", 0 },
{ "window_info_item", " $[7]0: $[!30]1 $2", 3, { 0, 0, 0 } },
{ "window_info_items_footer", "", 0 },
/* ---- */
{ NULL, "Server", 0 },