commit e22e4ac4f196570ec9ec7e6e90b580d7ea764a3c
parent 8f6b6f8dfbebc119b193dfbdb8d73d22396726a0
Author: JohnMcPMS <johnmcp@microsoft.com>
Date: Thu, 10 Oct 2024 12:06:49 -0700
Change enum value name (#4864)
## Change
Change the name of this enum value to comply with internal policy.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/AppInstallerCLICore/VTSupport.h b/src/AppInstallerCLICore/VTSupport.h
@@ -118,7 +118,7 @@ namespace AppInstaller::CLI::VirtualTerminal
SoftCharacterSet = 7,
UserDefinedKeys = 8,
NationalReplacementCharacterSets = 9,
- Yugoslavian = 12,
+ SoftCharacterSet2 = 12,
EightBitInterface = 14,
TechnicalCharacterSet = 15,
WindowingCapability = 18,