-
-
Notifications
You must be signed in to change notification settings - Fork 418
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
Long output makes less
behave weird
#200
Comments
100 is choosed so lines dont fit on screen. If your terminal is able to show more than 100 lines, adjust accordingly. |
Thanks! Should be fixed now. |
Pony from HEAD still gives me the same problem. Sometimes problem is observed only on second run of |
@d3m1gd Nice catch! I had to run 3+ times to get the behaviour, but it did indeed show up. I just checked in another fix - can you please confirm it works for you, and if it does I'll close the issue? |
Everything works good now, thanks for a quick fix! |
Glad to hear it! Thanks for the report! |
I have reopened this issue, because now running |
System: linux x86_64
Terminal: rxvt-unicode
if the program is run several times as
./test | less
, thenless
itself does not react to spacebar, and on exit leaves terminal in a broken state with no echo of characters. In order to fix, commandreset
is needed to be input into terminal.Tested also
./test | LESS="" less
to preventless
options to interfere, and also from another user with no environmental variables set at all in a plain terminal.Also problem is exactly reproduced in linux console (aka Ctrl+Alt+F[1-6]).
The text was updated successfully, but these errors were encountered: