AmokHuginnsson / replxx

A readline and libedit replacement that supports UTF-8, syntax highlighting, hints and Windows and is BSD licensed.
Other
691 stars 108 forks source link

Use `unsigned char` for masks #28

Closed ghost closed 6 years ago

ghost commented 6 years ago

Prevents compiler warning / error about negative value being wrapped.