CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/08/31 07:44:29
Modified files:
usr.bin/less : charset.c funcs.h line.c
Log message:
New utility function mbtowc_left() because this functionality -
decoding a UTF-8 multibyte character to the left of a given byte -
is already needed at three places in line.c and will also be needed
for cleanup work in cmdbuf.c in the future.
OK millert@
