Changes in kernel/genarch/src/fb/font-8x16.c [6404aca:28a5ebd] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/genarch/src/fb/font-8x16.c
r6404aca r28a5ebd 43 43 * mark glyph if no specific glyph exists. 44 44 */ 45 uint16_t fb_font_glyph(const wchar_t ch)45 uint16_t fb_font_glyph(const char32_t ch) 46 46 { 47 47 if (ch == 0x0000)
Note:
See TracChangeset
for help on using the changeset viewer.