Added window title autocomplete to /close command

This commit is contained in:
James Booth
2016-01-13 23:19:11 +00:00
parent 7938db0a25
commit 2e99df1ac2
4 changed files with 186 additions and 86 deletions

View File

@@ -84,5 +84,7 @@ void wins_show_subwin(ProfWin *window);
char* win_autocomplete(const char *const search_str);
void win_reset_search_attempts(void);
char* win_close_autocomplete(const char *const search_str);
void win_close_reset_search_attempts(void);
#endif