Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/output/port/ega.c

    rbdf06ad r09f41d3  
    143143static console_caps_t ega_get_caps(outdev_t *dev)
    144144{
    145         return (CONSOLE_CAP_STYLE | CONSOLE_CAP_INDEXED);
     145        return (CONSOLE_CAP_CURSORCTL | CONSOLE_CAP_STYLE |
     146            CONSOLE_CAP_INDEXED);
    146147}
    147148
Note: See TracChangeset for help on using the changeset viewer.