terminal/src/cascadia/TerminalApp/TerminalTabStatus.cpp
Don-Vito 8b2cdfd1f8
Fix ATS tab status indicators (#9076)
1. Fix progress value not updated
2. Introduce TabStatus object and bind both TabHeaderControl and CommandPalette to it
3. Add support for read-only mode indicator
2021-02-10 11:27:29 +00:00

11 lines
212 B
C++

// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.
#include "pch.h"
#include "TerminalTabStatus.h"
#include "TerminalTabStatus.g.cpp"
namespace winrt::TerminalApp::implementation
{
}