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


Ignore:
Timestamp:
2024-10-11T16:08:55Z (3 months ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master
Children:
b3b79981
Parents:
fb06afd
Message:

Remcons needs to properly clean up when terminating a user session

File:
1 edited

Legend:

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

    rfb06afd r5be5396  
    6666 * @param mode SGR mode number
    6767 */
    68 static void vt100_sgr(vt100_t *vt, unsigned int mode)
     68void vt100_sgr(vt100_t *vt, unsigned int mode)
    6969{
    7070        char control[MAX_CONTROL];
Note: See TracChangeset for help on using the changeset viewer.