1
0
mirror of git://git.suckless.org/st synced 2025-12-17 12:43:08 +01:00
Files
st/st.c
NRK af3bb68add 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.
2022-03-18 12:11:27 +01:00

56 KiB