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