]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Send the IUTF8 terminal mode in SSH "pty-req"s.
authorSimon Tatham <anakin@pobox.com>
Tue, 3 May 2016 07:43:50 +0000 (08:43 +0100)
committerSimon Tatham <anakin@pobox.com>
Tue, 3 May 2016 10:13:48 +0000 (11:13 +0100)
commitdcf44663057ec4df3581f8fd2a31c65a98e6988a
treee14a3d7d903d816501b3dc79867083d3c6312857
parent2a73676490570520e6dbb3bc856b0710a645c2bd
Send the IUTF8 terminal mode in SSH "pty-req"s.

An opcode for this was recently published in
https://tools.ietf.org/html/draft-sgtatham-secsh-iutf8-00 .

The default setting is conditional on frontend_is_utf8(), which is
consistent with the pty back end's policy for setting the same flag
locally. Of course, users can override the setting either way in the
GUI configurer, the same as all other tty modes.
settings.c
ssh.c
terminal.c