Changeset 2651dc5 in mainline for uspace/lib/ui/include/ui/ui.h


Ignore:
Timestamp:
2021-10-20T22:22:04Z (3 years ago)
Author:
Jiri Svoboda <jiri@…>
Children:
966a27d3
Parents:
08d5f8b
Message:

Unmap and clear console before executing a binary

Fixes running edit, nav, improves fdisk, etc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ui/include/ui/ui.h

    r08d5f8b r2651dc5  
    5252extern bool ui_is_textmode(ui_t *);
    5353extern bool ui_is_fullscreen(ui_t *);
     54extern errno_t ui_suspend(ui_t *);
     55extern errno_t ui_resume(ui_t *);
    5456
    5557#endif
Note: See TracChangeset for help on using the changeset viewer.