Added command history groups, set them with /WINDOW HISTORY. Patch by peder@ifi.uio.no

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2276 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2001-12-20 13:29:20 +00:00 committed by cras
commit 9ddebe6bcf
13 changed files with 243 additions and 78 deletions

View file

@ -336,6 +336,8 @@ UI::Window->{}
width - Width
height - Height
history_name - Name of named historylist for this window
active - Active window item
active_server - Active server
@ -427,8 +429,9 @@ Window::set_active()
Window::change_server(server)
Window::set_refnum(refnum)
Window::set_name(name)
Window::set_history(name)
Window::set_level(level)
Change server/refnum/name/level in window.
Change server/refnum/name/history/level in window.
Windowitem::set_active()
Change window item active in parent window.

View file

@ -283,6 +283,7 @@ windows.c:
"window server changed", WINDOW_REC, SERVER_REC
"window refnum changed", WINDOW_REC, int old
"window name changed", WINDOW_REC
"window history changed", WINDOW_REC, char *oldname
"window level changed", WINDOW_REC
FE IRC