microsoft/Terminal

Support control sequences for title stacking

Open

#14,575 建立於 2022年12月17日

在 GitHub 查看
 (0 留言) (2 反應) (0 負責人)C++ (3,212 fork)batch import
Area-VTHelp WantedIssue-TaskProduct-Conhost

倉庫指標

Star
 (35,764 star)
PR 合併指標
 (平均合併 27天 19小時) (30 天內合併 24 個 PR)

描述

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.

貢獻者指南