terminal/src/cascadia/TerminalCore
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
..
lib Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
ITerminalApi.hpp Add support for OSC 10 and 11 to set the default colors (#891) 2019-05-24 09:53:00 -07:00
ITerminalInput.hpp Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
packages.config Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
pch.cpp Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
pch.h Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
Terminal.cpp Add support for OSC 10 and 11 to set the default colors (#891) 2019-05-24 09:53:00 -07:00
Terminal.hpp Add support for OSC 10 and 11 to set the default colors (#891) 2019-05-24 09:53:00 -07:00
TerminalApi.cpp Add support for OSC 10 and 11 to set the default colors (#891) 2019-05-24 09:53:00 -07:00
terminalcore-common.vcxproj Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
TerminalDispatch.cpp Add support for OSC 10 and 11 to set the default colors (#891) 2019-05-24 09:53:00 -07:00
TerminalDispatch.hpp Add support for OSC 10 and 11 to set the default colors (#891) 2019-05-24 09:53:00 -07:00
TerminalDispatchGraphics.cpp Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
terminalrenderdata.cpp Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00