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


Ignore:
Timestamp:
2021-06-26T16:40:28Z (3 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
1215db9
Parents:
69511176
Message:

Use hardware cursor in text mode

We extend GC with cursor control operations. This will also allow to
control the HW cursor when running display server in text mode in
the future (provided that we implement the missing bits in the rest
of the stack, i.e. in IPC GC and in the display server).

File:
1 edited

Legend:

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

    r69511176 rbb14312  
    6767extern void ui_entry_backspace(ui_entry_t *);
    6868extern ui_evclaim_t ui_entry_key_press_unmod(ui_entry_t *, kbd_event_t *);
     69extern void ui_entry_activate(ui_entry_t *);
     70extern void ui_entry_deactivate(ui_entry_t *);
    6971
    7072#endif
Note: See TracChangeset for help on using the changeset viewer.