xterm: set scrollTtyOutput: false and saveLines: 100000
authorAmin Bandali <bandali@gnu.org>
Mon, 18 Oct 2021 16:38:52 +0000 (12:38 -0400)
committerAmin Bandali <bandali@gnu.org>
Mon, 18 Oct 2021 16:38:52 +0000 (12:38 -0400)
.Xresources.d/xterm

index 081fef2..395d936 100644 (file)
@@ -2,3 +2,5 @@
 xterm*termName: xterm-256color
 
 xterm*metaSendsEscape: true
+xterm*scrollTtyOutput: false
+xterm*saveLines: 100000