Explorar o código

Add IUTF8 terminal mode.

Gert Driesen %!s(int64=7) %!d(string=hai) anos
pai
achega
6183f6d608
Modificáronse 1 ficheiros con 5 adicións e 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>