Ignore:
Timestamp:
2021-10-25T00:32:45Z (2 years ago)
Author:
jxsvoboda <5887334+jxsvoboda@…>
Branches:
master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
39ab17c
Parents:
f59212cc
git-author:
Jiri Svoboda <jiri@…> (2021-10-20 22:22:04)
git-committer:
jxsvoboda <5887334+jxsvoboda@…> (2021-10-25 00:32:45)
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

    rf59212cc rc632c96  
    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.