Placing limit in man 5 taskrc (#3467)

This commit is contained in:
Andonome 2024-05-27 21:50:59 +02:00 committed by GitHub
parent d775923070
commit 50052f5115
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -241,6 +241,13 @@ rc.data.location or TASKDATA override) is missing. Default value is '0'.
Determines whether to use ioctl to establish the size of the window you are Determines whether to use ioctl to establish the size of the window you are
using, for text wrapping. using, for text wrapping.
.TP
.B limit:25
Specifies the desired number of tasks a report should show, if a positive
integer is given. The value 'page' may also be used, and will limit the
report output to as many lines of text as will fit on screen. Default value
is '25'.
.TP .TP
.B defaultwidth=80 .B defaultwidth=80
The width of output used when auto-detection support is not available. Defaults The width of output used when auto-detection support is not available. Defaults