Changeset 6907f26 in mainline for uspace/srv/hid/remcons/remcons.h


Ignore:
Timestamp:
2024-10-03T15:42:59Z (8 days ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master
Children:
d05c237
Parents:
d31c3ea
git-author:
Jiri Svoboda <jiri@…> (2024-10-02 17:42:46)
git-committer:
Jiri Svoboda <jiri@…> (2024-10-03 15:42:59)
Message:

Parse VT100 keyboard escape sequences in libvt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/remcons/remcons.h

    rd31c3ea r6907f26  
    3737#define REMCONS_H_
    3838
     39#include <adt/prodcons.h>
    3940#include <stdbool.h>
    4041#include <vt/vt100.h>
     
    5455        charfield_t *ubuf;      /**< user buffer */
    5556        bool curs_visible;      /**< cursor is visible */
     57
     58        /** Producer-consumer of kbd_event_t. */
     59        prodcons_t in_events;
    5660} remcons_t;
    5761
Note: See TracChangeset for help on using the changeset viewer.