terminal/src/cascadia/WpfTerminalControl
Mingjie Zhao b24dbf7c77
Replace std::map with std::unordered_map (#6640)
Replace std::map with std::unordered_map when the order doesn't matter
and hash functions are provided. Simple optimizations, but I expect the
performance should be strictly better, especially for
CodepointWidthDetector.hpp.
2020-06-23 20:49:07 +00:00
..
ITerminalConnection.cs add wpf control (#2004) 2019-10-11 14:02:09 -07:00
NativeMethods.cs Replace std::map with std::unordered_map (#6640) 2020-06-23 20:49:07 +00:00
stylecop.json add wpf control (#2004) 2019-10-11 14:02:09 -07:00
TerminalContainer.cs Replace std::map with std::unordered_map (#6640) 2020-06-23 20:49:07 +00: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