Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix resize not working after entering command (#845) #846

Merged
merged 1 commit into from Jul 7, 2018

Conversation

koutcher
Copy link
Collaborator

Mininum Readline version is now 6.3 due to the use of the
rl_change_environment variable.

Also fixed check against major required version and added support for
configure --without-readline.

Mininum Readline version is now 6.3 due to the use of the
rl_change_environment variable.

Also fixed check against major required version and added support for
configure --without-readline.
AC_CHECK_HEADERS([readline/readline.h], [
AC_CHECK_HEADERS([readline/history.h], [
RL_LIB_READLINE_VERSION
AS_IF([test "x$with_readline" != xno], [
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are these changes made manually or did you update it to the newest version of this file?

Copy link
Collaborator Author

@koutcher koutcher Jul 5, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Manually. It looks like the code mentioned in the header has not been modified since.

@jonas jonas merged commit 64d9c95 into jonas:master Jul 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants