From 0de0499fd86e9a5b996da2c2e9dd6df093ffeeaa Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Sat, 10 Feb 2001 04:43:21 +0000 Subject: /WINDOW STICK [ON|OFF|] - stick window to specified main window. After setting window to sticky non-sticky windows can't replace the active sticky one. Each main window can have it's own sticky window group. /WINDOW LEFT, /WINDOW RIGHT - Go to previous/next window in the current sticky window group, or if there's no sticky windows go to previous/next non-sticky window. Alt-Left/Right keys default to these commands now. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1198 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- src/fe-text/module-formats.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/fe-text/module-formats.c') diff --git a/src/fe-text/module-formats.c b/src/fe-text/module-formats.c index 935e6eee..74e34d77 100644 --- a/src/fe-text/module-formats.c +++ b/src/fe-text/module-formats.c @@ -28,8 +28,14 @@ FORMAT_REC gui_text_formats[] = { "lastlog_start", "{hilight Lastlog}:", 0 }, { "lastlog_end", "{hilight End of Lastlog}", 0 }, + { "refnum_not_found", "Window number $0 not found", 1, { 0 } }, { "window_too_small", "Not enough room to resize this window", 0 }, { "cant_hide_last", "You can't hide the last window", 0 }, + { "cant_hide_sticky_windows", "You can't hide sticky windows (use /WINDOW STICKY OFF)", 0 }, + { "cant_show_sticky_windows", "You can't show sticky windows (use /WINDOW STICKY OFF)", 0 }, + { "window_not_sticky", "Window is not sticky", 0 }, + { "window_set_sticky", "Window set sticky", 0 }, + { "window_unset_sticky", "Window is not sticky anymore", 0 }, { NULL, NULL, 0 } }; -- cgit v1.2.3