mirror of
https://github.com/microsoft/terminal.git
synced 2025-12-10 17:53:06 -06:00
* first take at suppressApplicationTitle rewrite * Rebased tab title fixes * updated settings doc * incomplete - not suppressing where application title is changing * added original startingTitle functionality back * moved suppressApplicationTitle to ICoreSettings * suppression is working, but tab navigation overrides it * suppression works, but not with panes * it works! * code cleanup * added suppressApplicationTitle to JSON schema * more code cleanup * changed starting title from wstring_view to wstring * Formatting fix