Changeset 0350033 in mainline


Ignore:
Timestamp:
2020-12-14T12:36:17Z (3 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1382446
Parents:
442210e
git-author:
Jiri Svoboda <jiri@…> (2020-12-13 12:35:48)
git-committer:
Jiri Svoboda <jiri@…> (2020-12-14 12:36:17)
Message:

Console needs to be fully redrawn at the beginning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/console/console.c

    r442210e r0350033  
    649649
    650650                input_activate(input);
     651                active = true;
     652                cons_damage(active_console);
    651653        }
    652654
Note: See TracChangeset for help on using the changeset viewer.