terminal/src/host/ut_host
Joel Bennett efd69990c6 Add support for OSC 10 and 11 to set the default colors (#891)
* Support OSC to set default background and foreground colors

* Update the Terminal theme when the background changes

* Fix whitespace per code-review

* Add Documentation Comments

Also fix a few outdated comments and whitespace

* Update Telemetry codes per code review

* Add Unit Tests for OSC ForegroundColor and BackgroundColor

* Add a couple additional test cases

* Minor doc and whitespace change per PR review

* Update comment help per code review

* Add another OSC 10 & 11 test case, improve output

* Comments and syntax cleanup per code reviews
2019-05-24 09:53:00 -07:00
..
AliasTests.cpp Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
ApiRoutinesTests.cpp Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
AttrRowTests.cpp Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
CharRowBaseTests.cpp Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
ClipboardTests.cpp Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
CodepointWidthDetectorTests.cpp Use wstring_view for constants instead of wstring (#925) 2019-05-21 15:39:26 -07:00
CommandLineTests.cpp Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
CommandListPopupTests.cpp Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
CommandNumberPopupTests.cpp Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
ConsoleArgumentsTests.cpp Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
CopyFromCharPopupTests.cpp Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
CopyToCharPopupTests.cpp Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
DbcsTests.cpp Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
DefaultResource.rc Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
HistoryTests.cpp Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
Host.UnitTests.vcxproj Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
Host.UnitTests.vcxproj.filters Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
InitTests.cpp Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
InputBufferTests.cpp Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
OutputCellIteratorTests.cpp Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
PopupTestHelper.hpp Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
product.pbxproj Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
ReadWaitTests.cpp Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
RendererTests.cpp Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
ScreenBufferTests.cpp Add support for OSC 10 and 11 to set the default colors (#891) 2019-05-24 09:53:00 -07:00
SearchTests.cpp Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
SelectionTests.cpp Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
sources Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
sources.dep Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
testmd.definition Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
TextBufferIteratorTests.cpp Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
TextBufferTests.cpp Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
TitleTests.cpp Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
UnicodeLiteral.hpp Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
Utf8ToWideCharParserTests.cpp Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
Utf16ParserTests.cpp Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
UtilsTests.cpp Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
ViewportTests.cpp Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
VtIoTests.cpp Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
VtRendererTests.cpp Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00