JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Clean windows display after resizing
authorRoberto E. Vargas Caballero <k0ga@shike2.com>
Mon, 17 Sep 2012 20:13:17 +0000 (22:13 +0200)
committerRoberto E. Vargas Caballero <k0ga@shike2.com>
Mon, 17 Sep 2012 20:13:17 +0000 (22:13 +0200)
commit4876d6e05b6c1b17b0c366f15ae72ae48f045068
tree5eafbe936eed42684bf0ecf2c0c1a6757aed5344
parent88a8f85a8a6de56d23510cf6e7810d90478085a5
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(+)
st.c