Ignore:
File:
1 edited

Legend:

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

    r47d060d r3123d2a  
    11/*
    2  * Copyright (c) 2024 Jiri Svoboda
    32 * Copyright (c) 2012 Vojtech Horky
    43 * All rights reserved.
     
    4544 */
    4645
    47 #define TELNET_SE 240
    48 #define TELNET_SB 250
    4946#define TELNET_IAC 255
    5047
     
    5855#define TELNET_ECHO 1
    5956#define TELNET_SUPPRESS_GO_AHEAD 3
    60 #define TELNET_NAWS 31
    6157#define TELNET_LINEMODE 34
    6258
Note: See TracChangeset for help on using the changeset viewer.