gwsw

Results 276 comments of gwsw

I have tried numerous times to reproduce this, on a Linux system, on a MacOS system and on Windows, and have not been able to do so. When I run...

The hang you were seeing might be related to #111. In 2df9dca3460a678d42aec122bdccb1dccb7384f1 I added a change to reduce the number of visual bells sent to the terminal when you try...

You can make a LESSOPEN preprocessor work on stdin by adding a "-" after the pipe symbol. That is, you can use: ```export LESSOPEN="|- fold -s -w $(tput cols) %s"```...

I am not familiar with mingw, but feel free to submit a pull request for the changes that you want.

Is it possible to create a test case that exhibits the problem that does not involve git? I've tried reproducing this but can't quite follow what changes are being made...

Can you clarify this? Less already buffers all input data (unless -B is used), and you can inspect it again by just jumping or scrolling to it. Or are you...

Couldn't this be done with a simple frontend script, something like this? ``` tee ~/lessdata/$(date +%s) | less $* ```

First, I don't know what WSL is, can you elaborate? Second, building from the less github source is not recommended except for developers who are working on less itself. You...

Less cannot read input from the terminal while it is reading data from the file. This is the same issue as #49, so I am closing this one to keep...

Can you explain what you mean by "over-run"?