Re: [dev] [st] terminal app resizing redraw artifacts

2020-06-24 Thread Kai Ting
To answer my own question, I seem to have found the issue: Basically the tclearregion in resize uses whatever is left in term.c.attr.bg to paint the background. I bet sometimes there are left over values ( in this case the cursor background is purple/yellow) and it got painted all over the newly cr

Re: [dev] [st] terminal app resizing redraw artifacts

2020-06-24 Thread Ivan Tham
On Tue, Jun 23, 2020 at 10:34:59PM -0700, Kai Ting wrote: Hello! I have been using st for a while trying to transition fully from xterm. However one issue I couldn't resolve for the life of me is that under dwm and st, changing the windows size sometimes results in colored flashes around the win