mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 20:33:46 +02:00
option to clear the history
This commit is contained in:
parent
be6d7629e3
commit
4659cea65a
5 changed files with 66 additions and 9 deletions
|
|
@ -66,6 +66,7 @@ void window_change_server(WINDOW_REC *window, void *server);
|
|||
void window_set_refnum(WINDOW_REC *window, int refnum);
|
||||
void window_set_name(WINDOW_REC *window, const char *name);
|
||||
void window_set_history(WINDOW_REC *window, const char *name);
|
||||
void window_clear_history(WINDOW_REC *window, const char *name);
|
||||
void window_set_level(WINDOW_REC *window, int level);
|
||||
void window_set_immortal(WINDOW_REC *window, int immortal);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue