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