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