From 7014f76344c112ac32e81dff6cf846daebfbad4e Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 11 May 2023 11:02:06 +1200 Subject: Use xterm's built-in line-drawing --- x/Xresources | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/x/Xresources b/x/Xresources index 672fc214..34ab078f 100644 --- a/x/Xresources +++ b/x/Xresources @@ -71,6 +71,12 @@ XTerm.vt100.faceName: xft:Ubuntu Mono XTerm.vt100.faceSize: 9 XTerm.vt100.renderFont: defaultOff +/** + * Draw our own box characters, even if the font seems to support them. Using + * Ubuntu Mono at least, this removes gaps between vertical lines. + */ +XTerm.vt100.forceBoxChars: true + /** * Put the terminal text contents flush against the edges of the window, * otherwise things like tmux look awkward. -- cgit v1.2.3 From 06c8f8f11c25dc4b182d6631c6061ad68c9bf31f Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 11 May 2023 11:08:38 +1200 Subject: Fix xterm scroll behavior options for legibility --- x/Xresources | 6 +++--- 1 file 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 -- cgit v1.2.3 From 32cb0c136a8d77226980f0282d578f2e0a6e0ba5 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 11 May 2023 11:17:07 +1200 Subject: Bump VERSION --- VERSION | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index f80964d0..5a8553d8 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ -tejr dotfiles v12.37.0 -Wed, 12 Apr 2023 23:40:33 +0000 +tejr dotfiles v12.38.0 +Wed, 10 May 2023 23:17:07 +0000 -- cgit v1.2.3