microsoft/Terminal

DEC Locator mode

Open

#19954 opened on Mar 7, 2026

View on GitHub
 (0 comments) (1 reaction) (0 assignees)C++ (35,764 stars) (3,212 forks)batch import
Area-VTHelp WantedIssue-FeatureProduct-Terminal

Description

Description of the new feature

Basically the 30 year older and more powerful alternative to #18591 to handle some mouse cursor stuff for SIXEL applications. (Creating this issue now cause it might get closed due to #19949.)

Some discussion on why to support this including GIF showcase: https://github.com/microsoft/terminal/issues/18591#issuecomment-2671611361 (and following comments).

SGR is not that widely used and if only SGR was supported it would obviously increase the amount of applications that could instead use Locator mode if it was supported. If Locator mode was supported in such a widely used terminal emulator, a case could be made for other terminal emulators not that widely spread to support it as well, increasing general terminal-ecosystem feature-parity with older VTs.

Proposed technical implementation details

No response

Contributor guide