Changeset 899bdfd in mainline for uspace/lib/console/include/io
- Timestamp:
- 2024-09-12T13:14:20Z (10 months ago)
- Branches:
- master
- Children:
- 4c2339b
- Parents:
- dd50aa19
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2024-09-12 11:47:56)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2024-09-12 13:14:20)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/console/include/io/cons_event.h
rdd50aa19 r899bdfd 44 44 CEV_KEY, 45 45 /** Position event */ 46 CEV_POS 46 CEV_POS, 47 /** Resize event */ 48 CEV_RESIZE, 47 49 } cons_event_type_t; 48 50
Note:
See TracChangeset
for help on using the changeset viewer.