Explorar el Código

Add IUTF8 terminal mode.

Gert Driesen hace 7 años
padre
commit
6183f6d608
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5 0
      src/Renci.SshNet/Common/TerminalModes.cs

+ 5 - 0
src/Renci.SshNet/Common/TerminalModes.cs

@@ -160,6 +160,11 @@
         /// </summary>
         IMAXBEL = 41,
 
+        /// <summary>
+        /// Terminal input and output is assumed to be encoded in UTF-8.
+        /// </summary>
+        IUTF8 = 42,
+
         /// <summary>
         /// Enable signals INTR, QUIT, [D]SUSP.
         /// </summary>