From 71219b221bca0b7d8c686cb830228423c178b39f Mon Sep 17 00:00:00 2001 From: epoch Date: Sun, 4 Feb 2018 00:17:39 -0600 Subject: re-enabled background rectangles in hackvr_term --- hackvr_term/hackvr_term.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hackvr_term/hackvr_term.c b/hackvr_term/hackvr_term.c index 175680f..e9784c2 100644 --- a/hackvr_term/hackvr_term.c +++ b/hackvr_term/hackvr_term.c @@ -28,7 +28,7 @@ void hackvr_draw_character(int c,int r,const TMTCHAR *ch) { printf("# fail to open font\n"); return; } - //printf("term_%02d_%02d addshape %d 4 -1 -3 0 5 -3 0 5 7 0 -1 7 0\n",c,r,ch->a.bg+15); + printf("term_%02d_%02d addshape %d 4 -1 -3 0 5 -3 0 5 7 0 -1 7 0\n",c,r,ch->a.bg+15); for(i=0;fgets(line,sizeof(line)-1,fp) != 0;i++) { if(!strncmp(str,line,2)) { printf("term_%02d_%02d addshape %d %s",c,r,ch->a.fg==-1?2:ch->a.fg+15,line+strlen("XX addshape X ")); -- cgit v1.2.3