mirror of
https://github.com/irssi/irssi.git
synced 2026-08-13 05:32:11 +02:00
File name completion for /DCC SEND
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@361 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
f0d6ef99dc
commit
8fa6ca5e61
6 changed files with 153 additions and 10 deletions
|
|
@ -8,6 +8,8 @@ char *auto_word_complete(const char *line, int *pos);
|
|||
/* manual word completion - called when TAB is pressed */
|
||||
char *word_complete(WINDOW_REC *window, const char *line, int *pos);
|
||||
|
||||
GList *filename_complete(const char *path);
|
||||
|
||||
void completion_init(void);
|
||||
void completion_deinit(void);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue