CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2016/03/21 11:28:10
Modified files:
lib/libedit : chartype.c chartype.h el.c el.h eln.c read.c
read.h readline.c
Log message:
Make the read_char() function always take a wchar_t * argument.
On first sight, it might look as if this required a bump because
it seems to change the public type el_rfunc_t. But we only compile
with WIDECHAR, and in that case, there is no change in the interface.
This also simplifies some logic by getting rid of the NARROW_READ flag
which was broken anyway.
OK czarkoff@