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