microsoft/Terminal

Support control sequences for title stacking

オープン

#14,575 opened on 2022/12/17

 (0 件のコメント) (2 件のリアクション) (0 人の担当者)C++ (9,275 件のフォーク)batch import
Area-VTHelp WantedIssue-TaskProduct-Conhost

Repository metrics

Stars
 (103,173 個のスター)
PR merge metrics
 (平均マージ 27d 19h) (30d で 24 merged PRs)

説明

Description of the new feature/enhancement

In xterm's control sequences, there are two codes for title stacking, \033[22;0t and \033[22;0t[1]. Supporting this code would entail implementing a stack where the terminal title can be saved by an application and then be restored later when the application exits.

Proposed technical implementation details (optional)

Having no understanding of the codebase, I can't suggest anything in the technical department. I can't even claim that most terminals implement these codes, so I can't reasonably demand that Windows Terminal should support them, but if it did, that would be awesome.

コントリビューターガイド