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/congfx/include/congfx/console.h

    r08d5f8b r2651dc5  
    4747extern errno_t console_gc_create(console_ctrl_t *, FILE *, console_gc_t **);
    4848extern errno_t console_gc_delete(console_gc_t *);
     49extern errno_t console_gc_suspend(console_gc_t *);
     50extern errno_t console_gc_resume(console_gc_t *);
    4951extern gfx_context_t *console_gc_get_ctx(console_gc_t *);
    5052
Note: See TracChangeset for help on using the changeset viewer.