mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 04:13:32 +02:00
..adding new files..
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@171 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
d01b094151
commit
c95034c6de
206 changed files with 31247 additions and 0 deletions
16
src/fe-common/core/command-history.h
Normal file
16
src/fe-common/core/command-history.h
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
#ifndef __COMMAND_HISTORY_H
|
||||
#define __COMMAND_HISTORY_H
|
||||
|
||||
#include "windows.h"
|
||||
|
||||
void command_history_init(void);
|
||||
void command_history_deinit(void);
|
||||
|
||||
void command_history_add(WINDOW_REC *window, const char *text, int prepend);
|
||||
|
||||
const char *command_history_prev(WINDOW_REC *window, const char *text);
|
||||
const char *command_history_next(WINDOW_REC *window, const char *text);
|
||||
|
||||
void command_history_clear_pos(WINDOW_REC *window);
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue