Introduction
Introduction Statistics Contact Development Disclaimer Help
Fix mis-paint on resize. - sam - An updated version of the sam text editor.
git clone git://vernunftzentrum.de/sam.git
Log
Files
Refs
LICENSE
---
commit b993be51443c47aa82150de02e40a96efa488acb
parent f58ed464b4275da4ca001095dc7e46b6e6c3558a
Author: Rob King <[email protected]>
Date: Mon, 15 Aug 2016 00:50:08 -0500
Fix mis-paint on resize.
Diffstat:
samterm/flayer.c | 2 ++
1 file changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/samterm/flayer.c b/samterm/flayer.c
@@ -319,6 +319,8 @@ flreshape(Rectangle dr)
olDrect = lDrect;
lDrect = dr;
move = 0;
+ bitblt2(&screen, lDrect.min, &screen, lDrect, 0, 0, _bgpixel);
+
for(i=0; i<nllist; i++){
l = llist[i];
f = &l->f;
You are viewing proxied material from vernunftzentrum.de. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.