mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-22 13:16:21 +00:00
Allow previous autocompletion with shift tab
This commit is contained in:
@@ -92,9 +92,9 @@ blocked_list(void)
|
||||
}
|
||||
|
||||
char*
|
||||
blocked_ac_find(const char *const search_str)
|
||||
blocked_ac_find(const char *const search_str, gboolean previous)
|
||||
{
|
||||
return autocomplete_complete(blocked_ac, search_str, TRUE);
|
||||
return autocomplete_complete(blocked_ac, search_str, TRUE, previous);
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user