keys.c: Convert most uses of unsigned char to char, clearing up warnings.

This also fixes the ability to bind to key sequences ending in ^.


git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@476 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
Kevin Easton
2013-11-17 21:37:32 +00:00
parent de3d310678
commit ced7f9bcc9
2 changed files with 58 additions and 58 deletions

View File

@@ -1,5 +1,7 @@
[Changes 1.2c01]
* Fix key bindings that terminate with ^. (caf)
* Fix the $timer() scripting function. (caf)
* Fix the /TKB (timed kickban) command. (caf)