Changeset 357d9dd in mainline for uspace/srv/hid/remcons/remcons.h


Ignore:
Timestamp:
2024-10-01T10:39:09Z (7 months ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master
Children:
d31c3ea
Parents:
89e5c0c7
git-author:
Jiri Svoboda <jiri@…> (2024-09-30 18:39:04)
git-committer:
Jiri Svoboda <jiri@…> (2024-10-01 10:39:09)
Message:

The 'state' in vt100_state_t is unnecessary

File:
1 edited

Legend:

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

    r89e5c0c7 r357d9dd  
    4747typedef struct {
    4848        telnet_user_t *user;    /**< telnet user */
    49         vt100_state_t *vt;      /**< virtual terminal driver */
     49        vt100_t *vt;            /**< virtual terminal driver */
    5050        bool enable_ctl;        /**< enable escape control sequences */
    5151        bool enable_rgb;        /**< enable RGB color setting */
Note: See TracChangeset for help on using the changeset viewer.