On Sun, Oct 20, 2024 at 10:06:26AM -0700, Joseph Olatt wrote:
> On Fri, Oct 18, 2024 at 01:48:35AM +0000, Jeremy Mates wrote:
> > On 2024-10-17 12:39:22 -0700, Joseph Olatt wrote:
> > > After upgrading to OpenBSD 7.6, the rendering of vertical and horizontal
> > > separator lines in ncurses based application like tmux and cmus seems to
> > > be messed up. I have attached a screenshot to show the issue. A link to
> > > view the screenshot is also available at:
> >
> > Tofu blocks may indicate a font issue, so the terminal, what font(s) are
> > configured, etc might be good to know.
>
> Thank you for your response.
>
> Are you looking for the output of xlsfonts(1)? If so, I've included them
> below. If not, please let me know how to get the information you are
> looking for.
>
> FYI - I tried tmux in the virtual terminal. Instead of the Tofu blocks I
> see "?" marks.
>
> I also tried tmux -u and I still see the Tofu block in xterm.
I have found a workaround.
I was using the following flags to invoke my xterm:
-fn -adobe-courier-medium-r-normal--34-240-100-100-m-200-iso8859-1
I replaced the above with:
-fa mono -fs 12
in my .cwmrc file and now tmux, cmus, mutt, etc. is showing the correct
vertical/horizontal lines, arrows, etc.
However, in the virtual terminal, I'm still seeing "?" characters.
Seems to me like something changed from 7.5 -> 7.6.