]> code.ossystems Code Review - openembedded-core.git/commit
libedit: fix failed to get history
authorChangqing Li <changqing.li@windriver.com>
Fri, 23 Aug 2019 01:55:45 +0000 (09:55 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 27 Aug 2019 21:52:41 +0000 (22:52 +0100)
commita1ff64bee270c151532e68a5151e622de71b5321
treea8c096cddaef994ad00d98e7c29fb0f5ea3287de
parent691a45265a6a451c4bc7720ef39d99b84342822a
libedit: fix failed to get history

Reproduce steps:
run fileman under examples, history command not work,
nothing is output.

Fix by increase history_offset when add history, if not,
it will make current history event not align with offset,
and cannot get history correctly.

Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/libedit/libedit/0001-readline.c-fix-cannot-get-history.patch [new file with mode: 0644]
meta/recipes-devtools/libedit/libedit_20190324-3.1.bb