This commit is contained in:
Kovid Goyal 2020-09-09 10:18:56 +05:30
parent 9a54da84dc
commit 4df7d59de0
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -442,7 +442,7 @@ def scrollback_pager_history_size(x: str) -> int:
o('scrollback_lines', 2000, option_type=scrollback_lines, long_text=_('''
Number of lines of history to keep in memory for scrolling back. Memory is allocated
on demand. Negative numbers are (effectively) infinite scrollback. Note that using
very large scrollback is not recommended as it can slow down resizing of the terminal
very large scrollback is not recommended as it can slow down performance of the terminal
and also use large amounts of RAM.'''))
o('scrollback_pager', 'less --chop-long-lines --RAW-CONTROL-CHARS +INPUT_LINE_NUMBER', option_type=to_cmdline, long_text=_('''