Changeset 77ffa01 in mainline for uspace/app/terminal/terminal.c


Ignore:
Timestamp:
2021-02-27T21:34:15Z (4 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9c7dc8e
Parents:
b433f68
Message:

Allow UI to run in the console

Note that everything is way too large.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/terminal/terminal.c

    rb433f68 r77ffa01  
    843843        sysarg_t sy = -term->off.y;
    844844
    845         if (event->type == POS_PRESS) {
     845        if (event->type == POS_PRESS || event->type == POS_RELEASE) {
    846846                cevent.type = CEV_POS;
    847847                cevent.ev.pos.type = event->type;
Note: See TracChangeset for help on using the changeset viewer.