terminal/src/cascadia/TerminalCore
Mike Griese fe82e97ff6
Enable partial rebuilds of the TerminalControl project again (#7248)
This regressed around the #7163 timeframe.

We're discussing this on chat currently. It might break the intellisense
on the `#include <winrt/Microsoft.Terminal.TerminalControl.h>` line in
VS 16.7, but we're not _really_ sure? Intellisense has been notoriously
flaky for us.

I'm running 16.6.5, and it works for me. @lhecker is running 16.7 and
confirmed it worked there. If the CI build passes, then this definitely
will work for 16.7.
2020-08-11 16:56:58 -07:00
..
lib Enable partial rebuilds of the TerminalControl project again (#7248) 2020-08-11 16:56:58 -07:00
ControlKeyStates.hpp Manually pass mouse wheel messages to TermControls (#5131) 2020-04-01 16:58:16 +00:00
ICoreSettings.idl Add support for per-profile tab colors (#7162) 2020-08-07 16:07:42 -07:00
ITerminalApi.hpp Implement SetCursorColor in Terminal (#7123) 2020-07-30 22:24:59 +00:00
ITerminalInput.hpp Pass mouse button state into HandleMouse instead of asking win32 (#6765) 2020-08-07 16:21:09 -07:00
packages.config deps: upgrade CppWinRT to 2.0.200316.3, gsl to v2.1.0 (#4536) 2020-03-23 17:15:24 +00:00
pch.cpp Initial release of the Windows Terminal source code 2019-05-02 15:29:04 -07:00
pch.h Add support for per-profile tab colors (#7162) 2020-08-07 16:07:42 -07:00
Terminal.cpp Fix viewport moving when we've scrolled up and circled the buffer (#7247) 2020-08-11 19:57:45 +00:00
Terminal.hpp Pass mouse button state into HandleMouse instead of asking win32 (#6765) 2020-08-07 16:21:09 -07:00
TerminalApi.cpp Implement SetCursorColor in Terminal (#7123) 2020-07-30 22:24:59 +00:00
terminalcore-common.vcxitems Unify and clean up the common build properties (#3429) 2019-11-05 14:29:11 -08:00
TerminalDispatch.cpp Implement SetCursorColor in Terminal (#7123) 2020-07-30 22:24:59 +00:00
TerminalDispatch.hpp Implement SetCursorColor in Terminal (#7123) 2020-07-30 22:24:59 +00:00
TerminalDispatchGraphics.cpp Add support for the "doubly underlined" graphic rendition attribute (#7223) 2020-08-10 17:06:16 +00:00
terminalrenderdata.cpp Refactor the renderer color calculations (#6853) 2020-07-10 22:26:34 +00:00
TerminalSelection.cpp Refactor the renderer color calculations (#6853) 2020-07-10 22:26:34 +00:00