Changeset 6907f26 in mainline for uspace/srv/hid/remcons/user.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/user.h

    rd31c3ea r6907f26  
    3737#define TELNET_USER_H_
    3838
    39 #include <adt/prodcons.h>
    4039#include <fibril_synch.h>
    4140#include <inet/tcp.h>
     
    6261        con_srvs_t srvs;
    6362
    64         /** Producer-consumer of kbd_event_t. */
    65         prodcons_t in_events;
    6663        link_t link;
    6764        char socket_buffer[BUFFER_SIZE];
Note: See TracChangeset for help on using the changeset viewer.