CVSROOT: /cvs Module name: src Changes by: ha...@cvs.openbsd.org 2021/10/09 15:38:00
Modified files: bin/ksh : emacs.c Log message: In ksh(1) emacs search-history mode, emitting a NUL character causes invalid matches and unexpected behaviour. Fix this by instead making a NUL character abort the search-history mode, leaving the handling of said input to the "ordinary" command editing. ok tb@