mirror of
git://git.suckless.org/st
synced 2025-08-04 14:12:25 -07:00
avoid potential UB when using isprint()
all the ctype.h functions' argument must be representable as an unsigned char or as EOF, otherwise the behavior is undefined.
This commit is contained in:
Reference in New Issue
Block a user