Changeset 833 for Whitix/trunk/user/xynth/demo/term/term.c
- Timestamp:
- 08/06/08 14:49:02 (4 years ago)
- Files:
-
- 1 modified
-
Whitix/trunk/user/xynth/demo/term/term.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
Whitix/trunk/user/xynth/demo/term/term.c
r357 r833 622 622 int b; 623 623 s_colorrgb(s, chr_attr.fg_color, &r, &g, &b); 624 // printf("%#X\n", chr_attr.fg_color); 624 625 s_setpixelrgba(s, x, y + FONTH - font->glyph.yMax - 4, r, g, b, *mat & 0xff); 625 626 } else { … … 1093 1094 window->surface->width = window->surface->buf->w; 1094 1095 window->surface->height = window->surface->buf->h; 1095 s_fillbox(window->surface, 0, 0, window->surface->width, window->surface->height, s_rgbcolor(window->surface, 255, 255, 255));1096 s_fillbox(window->surface, 0, 0, window->surface->width, window->surface->height, s_rgbcolor(window->surface, 0, 0, 0)); 1096 1097 1097 1098 s_font_init(&font, "veramono.ttf"); … … 1099 1100 1100 1101 chr_attr_reset(window); 1101 chr_attr_bg_color(window, 7);1102 chr_attr_bg_color(window, 0); 1102 1103 1103 1104 term(window);
