From 1205c2055f55466c61f004f1ce585d850be65778 Mon Sep 17 00:00:00 2001 From: Luflosi Date: Tue, 16 Oct 2018 14:41:11 +0200 Subject: [PATCH] Fix typo in scrollback_lines docs --- kitty/config_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitty/config_data.py b/kitty/config_data.py index 35ca4e1de..9927078f5 100644 --- a/kitty/config_data.py +++ b/kitty/config_data.py @@ -331,7 +331,7 @@ def scrollback_pager_history_size(x): 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 a it can slow down resizing of the terminal +very large scrollback is not recommended as it can slow down resizing 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=_('''