CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2016/03/20 13:33:16
Modified files: lib/libedit : el.h eln.c read.c Log message: Delete the weird IGNORE_EXTCHARS flag, simplifying the code in the generic low-level function read_char(). Until we fully enable UTF-8 support, instead filter out non-ASCII characters in the more logical place in the high-level function el_gets(3). OK czarkoff@.