diff options
| author | Franklin Wei <frankhwei536@gmail.com> | 2014-07-18 21:44:54 -0400 |
|---|---|---|
| committer | Franklin Wei <frankhwei536@gmail.com> | 2014-07-18 21:44:54 -0400 |
| commit | 004a0431b5af8b87462d40689c262f912b9d7e4e (patch) | |
| tree | 347afd7d5dd6c47cd6dc6bee4e19fafcc810eef9 /telnet.h | |
| parent | 4233f6c3fa0928b773a1076eda4e82b3e75af97e (diff) | |
| download | wargames-server-004a0431b5af8b87462d40689c262f912b9d7e4e.zip wargames-server-004a0431b5af8b87462d40689c262f912b9d7e4e.tar.gz wargames-server-004a0431b5af8b87462d40689c262f912b9d7e4e.tar.bz2 wargames-server-004a0431b5af8b87462d40689c262f912b9d7e4e.tar.xz | |
Some bugfixes
Diffstat (limited to 'telnet.h')
| -rw-r--r-- | telnet.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,5 +20,5 @@ #define ECHO 1 #define TERMTYPE 24 #define NAWS 31 -#define SURPRESS_LOCAL_ECHO 0x2D +#define SURPRESS_LOCAL_ECHO 45 #define LINEMODE 34 |