mirror of
https://github.com/sshnet/SSH.NET.git
synced 2026-09-10 09:15:47 +00:00
Add IUTF8 terminal mode.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user