Also handle : as a legacy ASCII key

Fixes #3315
This commit is contained in:
Kovid Goyal 2021-02-15 05:24:21 +05:30
parent 323d5dba7e
commit 19b882a0bd
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -303,6 +303,7 @@ is_legacy_ascii_key(uint32_t key) {
case ']':
case '\\':
case ';':
case ':':
case '\'':
case ',':
case '.':