gwsw
gwsw
Steps to reproduce: 1. Run ```seq 120 | less``` 2. Type ```/13``` and press Enter. "13" in line 13 is highlighted. 3. Press ```n```. "13" in line 113 is highlighted....
Steps to reproduce: 1. Build less with Microsoft Visual C on Windows. 2. While viewing a file, press F. 3. While "Waiting for data" message is displayed, press "k". 4....
Steps to reproduce: 1. Run ```i=0; while :; do echo $i; let i=$i+1; sleep .2; done > file &```. 2. Run ```less file```. 3. Type ```F```. 4. Note that a...
Steps to reproduce: 1. Run ```printf 'a\e\0b' | less -R``` Expected result: Less should display ``` ab (END) ``` Actual result: Less displays ``` a(END) ``` Problem exists in less-590...
Steps to reproduce: 1. Run less in an xterm window. 2. Enter ```G```. 3. Enter ```:```. 4. Press ```HOME```. Expected: The ```:``` should be ignored and the HOME key should...
When setting options with long names, it would be nice to not have to type the whole name. TAB could cycle through option names in the ```--``` command, similar to...
Steps to reproduce: Run ```echo hello | ./less --use-color -R -Ps$(printf 'aa\e[41mbb\e[mcc')``` Expected result: Prompt should be "aabbcc" with the "aa" and "cc" uncolored, and the "bb" colored red. Actual...
Currently on Windows, if a color is specified by -D followed by an uppercase letter and a number, the number is interpreted as an 8-bit SGR 38;5 color value, but...
Steps to reproduce: 1. Run ```seq 100 | less -N --no-number-headers``` 2. Enter ```10j``` 3. Enter ```--header=1``` Expected result: First lines on the screen should be ``` 11 1 12...
Copying from https://github.com/rivy/less/issues/9#issuecomment-2727007545 For your information, Less v643 by @gwsw and @jftuga is the last version that colors properly on Windows 7. Subsequent versions (including, for example, v668) still run,...