Changeset 2cc1ec0 in mainline for uspace/lib/gui/terminal.c
- Timestamp:
- 2014-08-27T21:23:01Z (11 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a9763c6
- Parents:
- 613d644
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/gui/terminal.c
r613d644 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.