Changeset fb06afd in mainline
- Timestamp:
- 2024-10-10T12:54:14Z (3 months ago)
- Branches:
- master
- Children:
- 5be5396
- Parents:
- 5e0acaa
- git-author:
- Jiri Svoboda <jiri@…> (2024-10-09 17:53:49)
- git-committer:
- Jiri Svoboda <jiri@…> (2024-10-10 12:54:14)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/vt/src/vt100.c
r5e0acaa rfb06afd 201 201 vt->cur_row = (sysarg_t) -1; 202 202 203 vt->cur_attrs.type = CHAR_ATTR_STYLE;204 vt->cur_attrs.val.style = STYLE_NORMAL;203 vt->cur_attrs.type = -1; 204 vt->cur_attrs.val.style = -1; 205 205 206 206 return vt;
Note:
See TracChangeset
for help on using the changeset viewer.