mirror of
https://github.com/microsoft/terminal.git
synced 2026-05-20 22:06:56 +00:00
audit mode
This commit is contained in:
@@ -224,7 +224,7 @@ void Terminal::UpdateAppearance(const ICoreAppearance& appearance)
|
||||
_NotifyScrollEvent();
|
||||
}
|
||||
|
||||
void Terminal::SetHighContrastInfo(bool hc)
|
||||
void Terminal::SetHighContrastInfo(bool hc) noexcept
|
||||
{
|
||||
_highContrastMode = hc;
|
||||
}
|
||||
|
||||
@@ -92,7 +92,7 @@ public:
|
||||
|
||||
void UpdateSettings(winrt::Microsoft::Terminal::Core::ICoreSettings settings);
|
||||
void UpdateAppearance(const winrt::Microsoft::Terminal::Core::ICoreAppearance& appearance);
|
||||
void SetHighContrastInfo(bool hc);
|
||||
void SetHighContrastInfo(bool hc) noexcept;
|
||||
void SetFontInfo(const FontInfo& fontInfo);
|
||||
void SetCursorStyle(const ::Microsoft::Console::VirtualTerminal::DispatchTypes::CursorStyle cursorStyle);
|
||||
void SetVtChecksumReportSupport(const bool enabled);
|
||||
|
||||
Reference in New Issue
Block a user