Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix non-printable keyname printing to use <octal> syntax.
The IsPrint() was grabbing values outside the range of a char. Instead, restrict the range and fall back to the <octal> syntax, which the muttrc actually accepts.
- Loading branch information