Changeset 9d5cea6 in mainline for uspace/lib/vt/include/vt/vt100.h


Ignore:
Timestamp:
2024-10-17T12:35:42Z (2 months ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master
Children:
a72f3b8
Parents:
514108e
git-author:
Jiri Svoboda <jiri@…> (2024-10-16 17:35:40)
git-committer:
Jiri Svoboda <jiri@…> (2024-10-17 12:35:42)
Message:

Allow remcons/vt100 to set terminal title

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/vt/include/vt/vt100.h

    r514108e r9d5cea6  
    184184extern void vt100_cursor_visibility(vt100_t *, bool);
    185185extern void vt100_set_button_reporting(vt100_t *, bool);
     186extern void vt100_set_title(vt100_t *, const char *);
    186187extern void vt100_putuchar(vt100_t *, char32_t);
    187188extern void vt100_flush(vt100_t *);
Note: See TracChangeset for help on using the changeset viewer.