CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2016/05/10 05:07:53
Modified files: lib/libedit : editline.3 editline.7 readline.c Log message: Fix next_history() and previous_history(): * The meaning of "next" and "previous" is exchanged in readline(3) with respect to editline(3); this part of the patch from Bastian Maerkisch. * next_history() can move beyond the newest entry; issue pointed out by Bastian Maerkisch, fix by me. While here, make the documentation of ed-next-history, ed-prev-history, H_NEXT, and H_PREV more precise. OK czarkoff@.