Changeset 47d060d in mainline for uspace/srv/hid/remcons/remcons.h


Ignore:
Timestamp:
2024-10-04T19:23:16Z (10 months ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master
Children:
c7ecd290
Parents:
5132379
Message:

Implement telnet window size option

File:
1 edited

Legend:

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

    r5132379 r47d060d  
    3838
    3939#include <adt/list.h>
    40 #include <io/kbd_event.h>
     40#include <io/cons_event.h>
    4141#include <stdbool.h>
    4242#include <vt/vt100.h>
     
    6464typedef struct {
    6565        link_t link;            /**< link to list of events */
    66         kbd_event_t kbd;        /**< keyboard event */
     66        cons_event_t cev;       /**< console event */
    6767} remcons_event_t;
    6868
Note: See TracChangeset for help on using the changeset viewer.