Changeset a106037 in mainline for uspace/lib/ui/private/entry.h


Ignore:
Timestamp:
2021-07-21T18:04:12Z (3 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
21b0013, 5de71df
Parents:
282c86d
Message:

Selecting entry text by shift-click

You can never have enough ways of selecting text. Besides, mouse drag
does not work in console, because console does not deliver position
update events (we might have to rethink that).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ui/private/entry.h

    r282c86d ra106037  
    6868        /** Button is held down */
    6969        bool held;
     70        /** Left shift is held down */
     71        bool lshift_held;
     72        /** Right shift is held down */
     73        bool rshift_held;
    7074};
    7175
Note: See TracChangeset for help on using the changeset viewer.