gwsw

Results 276 comments of gwsw

Well, since Unicode does not define the characteristics of PUA characters, it's not possible to determine the printable size of each character. Any PUA character could be a normal one-space...

Commit dc4fa8c8c47dce999b9fdbd841f16b503b7d8632 adds environment variable LESSUTFCHARDEF that can be used to set the type of Private Use (or any) characters. Note that prior to this change there was a bug...

Repeating my comment from #292 for reference: It would be possible, but rather challenging to do this. For example, if the text had long lines which wrapped, then depending on...

I don't think you understood my previous comments. Yes, I understand that terminal tabs can be set using the "st" termcap capability ("set_tab" in terminfo) as the tabs command does,...

The original issue has been addressed. Beta releases are named less-NNN-beta.tar.gz and production releases are named less-NNN.tar.gz. If anyone thinks an atom feed is desirable in addition to this, please...

Noting #215 is a duplicate of this issue.

Again, there's no way to preserve the whole screen contents if you're using some of the lines for your prompt. If the screen is 30 lines high, less displays 29...

That is unfortunately a substantial change to the way less works. Currently it assumes it can add a line at the bottom of the screen and rely on the terminal...

Ok, in a84b46d57ffbe3329cefdb2c3422af6d1e46cd99 I have added an environment variable LESS_LINES which you can set to a value smaller than your screen size to use less than the full screen height....

Thanks, should be fixed in c4e7f5879801766033b170b8ce10cca80367be5f.