Changeset dcdc31d in mainline for kernel/genarch/src/drivers/ega/ega.c


Ignore:
Timestamp:
2009-03-24T14:37:39Z (16 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4ccdcf6
Parents:
ac7c8d12
Message:

use Unicode font glyphs and mapping for framebuffer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/genarch/src/drivers/ega/ega.c

    rac7c8d12 rdcdc31d  
    133133}
    134134
    135 static void ega_putchar(outdev_t *dev __attribute__((unused)), const char ch, bool silent)
     135static void ega_putchar(outdev_t *dev __attribute__((unused)), wchar_t ch, bool silent)
    136136{
    137137        ipl_t ipl;
Note: See TracChangeset for help on using the changeset viewer.