Removed debugging goo. - sam - An updated version of the sam text editor.
(HTM) git clone git://vernunftzentrum.de/sam.git
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) LICENSE
---
(DIR) commit a534a4f7c013cf21a4c6bd8e3fc9027257ad83bf
(DIR) parent 1f5fc0950bb08cb37a2c290dee7bef704a338d8e
(HTM) Author: Rob King <jking@deadpixi.com>
Date: Tue, 6 Sep 2016 21:14:15 -0500
Removed debugging goo.
Diffstat:
libXg/menuhit.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
(DIR) diff --git a/libXg/menuhit.c b/libXg/menuhit.c
@@ -123,8 +123,8 @@ menuscrollpaint(Rectangle scrollr, int off, int nitem, int nitemdrawn)
if(menutxt)
wrbitmap(menutxt, 0, 16, menutxtbits);
}
- /* XXX if(menutxt)
- texture(&screen, inset(r, 1), menutxt, S); */
+ if(menutxt)
+ texture(&screen, inset(r, 1), menutxt, S);
}
int