CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2010/03/25 12:47:22
Modified files:
gnu/lib/libreadline: callback.c input.c rlprivate.h
Log message:
Fix from readline 5.0 via Alexandr Shadchin to for a bug that prevents
some programs working correctly in tmux and screen.
>From the readline changelog:
w. Fixed a bug in the callback read-char interface to make it work when a
readline function pushes some input onto the input stream with
rl_execute_next (like the incremental search functions).
ok deraadt