Allow previous autocompletion with shift tab
This commit is contained in:
@@ -40,7 +40,7 @@
|
||||
|
||||
void cmd_ac_init(void);
|
||||
void cmd_ac_uninit(void);
|
||||
char* cmd_ac_complete(ProfWin *window, const char *const input);
|
||||
char* cmd_ac_complete(ProfWin *window, const char *const input, gboolean previous);
|
||||
void cmd_ac_reset(ProfWin *window);
|
||||
gboolean cmd_ac_exists(char *cmd);
|
||||
|
||||
@@ -57,6 +57,6 @@ void cmd_ac_remove_alias_value(char *value);
|
||||
void cmd_ac_add_form_fields(DataForm *form);
|
||||
void cmd_ac_remove_form_fields(DataForm *form);
|
||||
|
||||
char* cmd_ac_complete_filepath(const char *const input, char *const startstr);
|
||||
char* cmd_ac_complete_filepath(const char *const input, char *const startstr, gboolean previous);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user