-
Notifications
You must be signed in to change notification settings - Fork 614
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
Tig does not maximize after search #845
Comments
The problem is not actually linked to the search function (any command you type will cause the same issue). As you point out, readline is in cause. This can be confirmed by using --without-readline option when compiling tig.
|
Thank you for investigating! Hm, running |
You also have to remove readline from config.make to avoid linking with libreadline.so |
Thanks, it's good to know! |
This will allow to work around jonas#845 until a proper fix is found.
This will allow to work around jonas#845 until a proper fix is found.
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.
Fixed in #846 |
Good job y'all, thanks! |
Tig stops resizing correctly after search. Here's a video https://youtu.be/001uQ35RYKI
I built tig on Debian 9.4. It happened to me both on
TERM=xterm-256color
andTERM=tmux-256color
. Apparently this started happening after f21329e.The text was updated successfully, but these errors were encountered: