aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2023-05-11 11:08:38 +1200
committerTom Ryder <tom@sanctum.geek.nz>2023-05-11 11:08:38 +1200
commit06c8f8f11c25dc4b182d6631c6061ad68c9bf31f (patch)
tree035273b0759a9488e2933723d11f8a0ea55fe98e
parentUse xterm's built-in line-drawing (diff)
downloaddotfiles-06c8f8f11c25dc4b182d6631c6061ad68c9bf31f.tar.gz
dotfiles-06c8f8f11c25dc4b182d6631c6061ad68c9bf31f.zip
Fix xterm scroll behavior options for legibility
-rw-r--r--x/Xresources6
1 files changed, 3 insertions, 3 deletions
diff --git a/x/Xresources b/x/Xresources
index 34ab078f..f9db8401 100644
--- a/x/Xresources
+++ b/x/Xresources
@@ -84,11 +84,11 @@ XTerm.vt100.forceBoxChars: true
XTerm.vt100.internalBorder: 0
/**
- * Don't jump to the bottom of the window just because of new output, but do so
- * if I actually type something. (Weird that the defaults are the opposite.)
+ * Jump to the end of the buffer if I write to it, but don't if there's just
+ * something new to read. Funny how the defaults are the other way around...
*/
-XTerm.vt100.scrollTtyOutput: false
XTerm.vt100.scrollKey: true
+XTerm.vt100.scrollTtyOutput: false
/**
* Bind extra keys to copy/paste to/from CLIPBOARD rather than PRIMARY, as