mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 21:00:40 +02:00
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:
parent
9ed228551b
commit
9ddebe6bcf
13 changed files with 243 additions and 78 deletions
|
|
@ -205,6 +205,11 @@ window_set_name(window, name)
|
|||
Irssi::UI::Window window
|
||||
char *name
|
||||
|
||||
void
|
||||
window_set_history(window, name)
|
||||
Irssi::UI::Window window
|
||||
char *name
|
||||
|
||||
void
|
||||
window_set_level(window, level)
|
||||
Irssi::UI::Window window
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue