Changeset 357d9dd in mainline for uspace/srv/hid/remcons/remcons.h
- Timestamp:
- 2024-10-01T10:39:09Z (7 months ago)
- Branches:
- master
- Children:
- d31c3ea
- Parents:
- 89e5c0c7
- git-author:
- Jiri Svoboda <jiri@…> (2024-09-30 18:39:04)
- git-committer:
- Jiri Svoboda <jiri@…> (2024-10-01 10:39:09)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/remcons/remcons.h
r89e5c0c7 r357d9dd 47 47 typedef struct { 48 48 telnet_user_t *user; /**< telnet user */ 49 vt100_ state_t *vt;/**< virtual terminal driver */49 vt100_t *vt; /**< virtual terminal driver */ 50 50 bool enable_ctl; /**< enable escape control sequences */ 51 51 bool enable_rgb; /**< enable RGB color setting */
Note:
See TracChangeset
for help on using the changeset viewer.