terminal/src/cascadia/WpfTerminalControl
Dustin L. Howett (MSFT) 5740e197c2
wpf: only dismiss selection for real chars, not modifiers (#5388)
Selection would act up when you were using shift to ignore VT mouse
mode: we would get hundreds of WM_KEYDOWN for VK_SHIFT and dismiss the
selection every time.

I took the opportunity to move the actual responsibility for key event
dispatch into HwndTerminal. In the future, I'd like to make more of the
TerminalXxx calls just call impl methods on HwndTerminal.
2020-04-17 11:28:56 -07:00
..
ITerminalConnection.cs add wpf control (#2004) 2019-10-11 14:02:09 -07:00
NativeMethods.cs wpf: add support for VT mouse mode (#5375) 2020-04-17 02:05:47 +00:00
stylecop.json add wpf control (#2004) 2019-10-11 14:02:09 -07:00
TerminalContainer.cs wpf: only dismiss selection for real chars, not modifiers (#5388) 2020-04-17 11:28:56 -07:00
TerminalControl.xaml wpf: Change scrollbar buttons to one line per click (#3397) 2019-10-31 17:17:14 -07:00
TerminalControl.xaml.cs Remove unneeded whitespace (#5162) 2020-03-30 14:33:32 +00:00
TerminalOutputEventArgs.cs add wpf control (#2004) 2019-10-11 14:02:09 -07:00
TerminalTheme.cs add wpf control (#2004) 2019-10-11 14:02:09 -07:00
WpfTerminalControl.csproj consolidate PackageES versioning in /custom.props (#3672) 2019-11-25 11:29:40 -08:00