From: Amin Bandali Date: Mon, 18 Oct 2021 16:38:52 +0000 (-0400) Subject: xterm: set scrollTtyOutput: false and saveLines: 100000 X-Git-Url: https://git.shemshak.org/~bandali/configs/commitdiff_plain/fc5a5d79446bb68e0236411b1dec73ec6248b038 xterm: set scrollTtyOutput: false and saveLines: 100000 --- diff --git a/.Xresources.d/xterm b/.Xresources.d/xterm index 081fef2..395d936 100644 --- a/.Xresources.d/xterm +++ b/.Xresources.d/xterm @@ -2,3 +2,5 @@ xterm*termName: xterm-256color xterm*metaSendsEscape: true +xterm*scrollTtyOutput: false +xterm*saveLines: 100000