Changeset aefdccd in mainline for uspace/srv/hid/console/console.c


Ignore:
Timestamp:
2025-10-20T06:14:54Z (7 weeks ago)
Author:
GitHub <noreply@…>
Parents:
adbd7e1 (diff), 3e41cc4 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
git-author:
boba-buba <120932204+boba-buba@…> (2025-10-20 06:14:54)
git-committer:
GitHub <noreply@…> (2025-10-20 06:14:54)
Message:

Merge branch 'HelenOS:master' into ticket/packet-capture

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/console/console.c

    radbd7e1 raefdccd  
    490490                break;
    491491        case '\r':
     492                updated = chargrid_cr(cons->frontbuf);
    492493                break;
    493494        case '\t':
Note: See TracChangeset for help on using the changeset viewer.