mirror of
https://github.com/irssi/irssi.git
synced 2026-08-08 19:30:15 +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
|
|
@ -28,6 +28,7 @@ const char *command_history_next(WINDOW_REC *window, const char *text);
|
|||
void command_history_clear_pos(WINDOW_REC *window);
|
||||
|
||||
HISTORY_REC *command_history_create(const char *name);
|
||||
void command_history_clear(HISTORY_REC *history);
|
||||
void command_history_destroy(HISTORY_REC *history);
|
||||
void command_history_link(const char *name);
|
||||
void command_history_unlink(const char *name);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue