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:
parent
9ba51c79fa
commit
4e3aa6572d
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user