-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
rg --help | less assumes the terminal has 100 columns #442
Copy link
Copy link
Closed
Labels
questionAn issue that is lacking clarity on one or more points.An issue that is lacking clarity on one or more points.
Description
If we pipe rg's output to something, it assumes the terminal has 100 columns.
For example rg --help, which has output that is long and begs for pagination.
To reproduce: Install rg. Adjust terminal to a width of for example 90 columns. Use rg --help | less (with no shell aliases or anything in between).
(Sorry! rg --help is now fixed, so the bug report now had its schedule unblocked)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
questionAn issue that is lacking clarity on one or more points.An issue that is lacking clarity on one or more points.