mirror of git://git.suckless.org/st
Clean windows display after resizing
Some times the size after a resizing is not an exact multiply of a number of characters, so redrawn the screen using the lines and columns of the neww size can cause that some old graphics keep in the screen. Solution is clean all the windows with the background color. --- st.c | 3 +++ 1 file changed, 3 insertions(+)
This commit is contained in:
parent
40be64cff8
commit
5e32f3c2f4
Loading…
Reference in New Issue