mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-23 13:36:20 +00:00
Allow previous autocompletion with shift tab
This commit is contained in:
@@ -749,9 +749,9 @@ p_gpg_free_decrypted(char *decrypted)
|
||||
}
|
||||
|
||||
char*
|
||||
p_gpg_autocomplete_key(const char *const search_str)
|
||||
p_gpg_autocomplete_key(const char *const search_str, gboolean previous)
|
||||
{
|
||||
return autocomplete_complete(key_ac, search_str, TRUE);
|
||||
return autocomplete_complete(key_ac, search_str, TRUE, previous);
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user