Skip to content

Commit

Permalink
add wpf control (#2004)
Browse files Browse the repository at this point in the history
This adds the WPF control to our project, courtesy of the Visual Studio team.
It re-hosts the Terminal Control components inside a reusable WPF adapter so it can be composed onto C# type surfaces like Visual Studio requires.
  • Loading branch information
ZoeyR authored and miniksa committed Oct 11, 2019
1 parent 7b23d8e commit b9233c0
Show file tree
Hide file tree
Showing 29 changed files with 1,832 additions and 63 deletions.
213 changes: 213 additions & 0 deletions OpenConsole.sln

Large diffs are not rendered by default.

2 changes: 0 additions & 2 deletions src/buffer/out/textBuffer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ class TextBuffer final
Microsoft::Console::Render::IRenderTarget& renderTarget);
TextBuffer(const TextBuffer& a) = delete;

~TextBuffer() = default;

// Used for duplicating properties to another text buffer
void CopyProperties(const TextBuffer& OtherBuffer) noexcept;

Expand Down
Loading

0 comments on commit b9233c0

Please sign in to comment.