1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-10 01:48:00 +00:00

Set SSH IUTF8 appropriately in Unix Plink.

This commit is contained in:
Jacob Nevins 2016-05-07 11:35:59 +01:00
parent 9ba51c79fa
commit 4e3aa6572d

View File

@ -305,6 +305,9 @@ char *get_ttymode(void *frontend, const char *mode)
#endif
#if defined(XCASE)
GET_BOOL("XCASE", XCASE, c_lflag, );
#endif
#if defined(IUTF8)
GET_BOOL("IUTF8", IUTF8, c_iflag, );
#endif
/* Configuration of ECHO */
#if defined(ECHOCTL)