Changes in uspace/srv/hid/output/port/ega.c [09f41d3:bdf06ad] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/output/port/ega.c
r09f41d3 rbdf06ad 143 143 static console_caps_t ega_get_caps(outdev_t *dev) 144 144 { 145 return (CONSOLE_CAP_CURSORCTL | CONSOLE_CAP_STYLE | 146 CONSOLE_CAP_INDEXED); 145 return (CONSOLE_CAP_STYLE | CONSOLE_CAP_INDEXED); 147 146 } 148 147
Note:
See TracChangeset
for help on using the changeset viewer.