Changeset 9d5cea6 in mainline for uspace/lib/vt/include/vt/vt100.h
- Timestamp:
- 2024-10-17T12:35:42Z (2 months ago)
- Branches:
- master
- Children:
- a72f3b8
- Parents:
- 514108e
- git-author:
- Jiri Svoboda <jiri@…> (2024-10-16 17:35:40)
- git-committer:
- Jiri Svoboda <jiri@…> (2024-10-17 12:35:42)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/vt/include/vt/vt100.h
r514108e r9d5cea6 184 184 extern void vt100_cursor_visibility(vt100_t *, bool); 185 185 extern void vt100_set_button_reporting(vt100_t *, bool); 186 extern void vt100_set_title(vt100_t *, const char *); 186 187 extern void vt100_putuchar(vt100_t *, char32_t); 187 188 extern void vt100_flush(vt100_t *);
Note:
See TracChangeset
for help on using the changeset viewer.