CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/04/11 14:54:05
Modified files:
lib/libedit : chartype.c chartype.h history.c tokenizer.c
Log message:
Clean up chartype.h:
* not used in tokenizer.c
* only use it for !NARROWCHAR
* no need for underscores before ct_{de,en}code_string()
* make the conversion buffer resize function private
OK martijn@
