Changeset fb06afd in mainline for uspace/lib/vt/src/vt100.c


Ignore:
Timestamp:
2024-10-10T12:54:14Z (17 hours ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master
Children:
0604009
Parents:
5e0acaa
git-author:
Jiri Svoboda <jiri@…> (2024-10-09 17:53:49)
git-committer:
Jiri Svoboda <jiri@…> (2024-10-10 12:54:14)
Message:

Make sure initial attributes are set in serial console

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/vt/src/vt100.c

    r5e0acaa rfb06afd  
    201201        vt->cur_row = (sysarg_t) -1;
    202202
    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;
    205205
    206206        return vt;
Note: See TracChangeset for help on using the changeset viewer.