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.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src/fe-text/module-formats.h') diff --git a/src/fe-text/module-formats.h b/src/fe-text/module-formats.h index b8ac7cf6..9fe896d8 100644 --- a/src/fe-text/module-formats.h +++ b/src/fe-text/module-formats.h @@ -6,8 +6,14 @@ enum { TXT_LASTLOG_START, TXT_LASTLOG_END, + TXT_REFNUM_NOT_FOUND, TXT_WINDOW_TOO_SMALL, - TXT_CANT_HIDE_LAST + TXT_CANT_HIDE_LAST, + TXT_CANT_HIDE_STICKY_WINDOWS, + TXT_CANT_SHOW_STICKY_WINDOWS, + TXT_WINDOW_NOT_STICKY, + TXT_WINDOW_SET_STICKY, + TXT_WINDOW_UNSET_STICKY }; extern FORMAT_REC gui_text_formats[]; -- cgit v1.2.3