diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2023-05-11 11:02:06 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2023-05-11 11:02:06 +1200 |
commit | 7014f76344c112ac32e81dff6cf846daebfbad4e (patch) | |
tree | 8b53b7f52369c6b8bd5d3753803764a671a25d8b | |
parent | Merge branch 'release/v12.37.0' into develop (diff) | |
download | dotfiles-7014f76344c112ac32e81dff6cf846daebfbad4e.tar.gz dotfiles-7014f76344c112ac32e81dff6cf846daebfbad4e.zip |
Use xterm's built-in line-drawing
-rw-r--r-- | x/Xresources | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/x/Xresources b/x/Xresources index 672fc214..34ab078f 100644 --- a/x/Xresources +++ b/x/Xresources @@ -72,6 +72,12 @@ 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. */ |