From: sparky4 Date: Wed, 22 Jun 2016 17:03:41 +0000 (-0500) Subject: meh i should organize gvar and mv soon and use the memory manager and i cleaned the... X-Git-Url: http://4ch.mooo.com/gitweb/?a=commitdiff_plain;h=fb897d1288f61d27fa52c7bd05cddf8df40e1bca;p=16.git meh i should organize gvar and mv soon and use the memory manager and i cleaned the code up a bit and f9 now shows the buffer pages --- diff --git a/16.upx b/16.upx deleted file mode 100755 index e69de29b..00000000 diff --git a/src/scroll.c b/src/scroll.c index 56dd70fc..338f1899 100755 --- a/src/scroll.c +++ b/src/scroll.c @@ -291,9 +291,10 @@ void main(int argc, char *argv[]) } if(IN_KeyDown(67)) //f9 { -// modexClearRegion(mv[2].page, 0, 0, mv[2].page->width, mv[2].page->height, 47); -// modexClearRegion(mv[3].page, 0, 0, mv[3].page->width, mv[3].page->height, 45); - modexClearRegion(mv[3].page, 0, 128, 28, 36, 15); + modexClearRegion(mv[1].page, 0, 0, mv[1].page->width, mv[1].page->height, 32); + modexClearRegion(mv[2].page, 0, 0, mv[2].page->width, mv[2].page->height, 47); + modexClearRegion(mv[3].page, 0, 0, mv[3].page->width, mv[3].page->height, 45); + modexClearRegion(mv[3].page, 0, 0, 20, 36, 15); //IN_UserInput(1,1); } if(IN_KeyDown(66)) //f8