Changes in uspace/lib/gui/terminal.c [1c635d6:2cc1ec0] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/gui/terminal.c
r1c635d6 r2cc1ec0 186 186 // for full UTF-32 coverage. 187 187 188 uint16_t glyph = fb_font_glyph(field->ch );188 uint16_t glyph = fb_font_glyph(field->ch, NULL); 189 189 190 190 for (unsigned int y = 0; y < FONT_SCANLINES; y++) {
Note:
See TracChangeset
for help on using the changeset viewer.