gwsw
gwsw
As of 5bf862fde4a33ce4a602f369a0c3cb430c883a12, you should be able to exit F mode with control-X, in environments where poll() is supported.
The original request in this issue was to provide a way to exit F mode without terminating other processes in a pipe, which the ^X achieves. It sounds like you're...
Ok, I understand what you are saying and I agree. I will continue discussion in #6.
The technique used to solve #49 might be usable to solve #62, but the current implementation does not solve #62, so I am reopening that issue. I prefer to use...
Yes, ^X should be supported in less-590, but it requires the OS to support poll(). If you built less yourself, you can check the definition of HAVE_POLL in defines.h to...
You are correct that this does not work. Less checks for a ctrl-X keypress just before each read() from the input file. While less is stuck in a blocked read,...
What version of less are you using? Does the file contain very long lines (say, longer than 2000 characters) or is just a lot of short lines? Also, when you...
less-551 is a pretty old version. I would guess that what's happening is less is finding the target text, and scrolling to the desired line, but the text is towards...
That's a pretty odd sequence in the second line, which has a TAB followed by a BACKSPACE followed by an SGR sequence. The unexpected behavior seems to be mainly triggered...
This should be fixed in 77d419db47a5e1383c648b447bc70e2003d70f3c.