Skip to content

Commit

Permalink
Update src/cascadia/TerminalSettingsModel/TerminalSettings.h
Browse files Browse the repository at this point in the history
Co-authored-by: Carlos Zamora <[email protected]>
  • Loading branch information
DHowett and carlos-zamora authored Jan 23, 2025
1 parent 4359168 commit 6205dcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cascadia/TerminalSettingsModel/TerminalSettings.h
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ namespace winrt::Microsoft::Terminal::Settings::Model::implementation
INHERITABLE_SETTING(Model::TerminalSettings, bool, AllowVtChecksumReport, false);
INHERITABLE_SETTING(Model::TerminalSettings, bool, TrimBlockSelection, true);
INHERITABLE_SETTING(Model::TerminalSettings, bool, DetectURLs, true);
INHERITABLE_SETTING(Model::TerminalSettings, bool, AllowVtClipboardWrite, false);
INHERITABLE_SETTING(Model::TerminalSettings, bool, AllowVtClipboardWrite, true);

INHERITABLE_SETTING(Model::TerminalSettings, Windows::Foundation::IReference<Microsoft::Terminal::Core::Color>, TabColor, nullptr);

Expand Down

0 comments on commit 6205dcf

Please sign in to comment.