mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-26 11:26:20 +00:00
Allow previous autocompletion with shift tab
This commit is contained in:
@@ -368,9 +368,9 @@ tlscerts_get_trusted(const char * const fingerprint)
|
||||
}
|
||||
|
||||
char*
|
||||
tlscerts_complete(const char *const prefix)
|
||||
tlscerts_complete(const char *const prefix, gboolean previous)
|
||||
{
|
||||
return autocomplete_complete(certs_ac, prefix, TRUE);
|
||||
return autocomplete_complete(certs_ac, prefix, TRUE, previous);
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user