-
Couldn't load subscription status.
- Fork 8.9k
Closed
Labels
Area-VTVirtual Terminal sequence supportVirtual Terminal sequence supportIssue-QuestionFor questions or discussionFor questions or discussionNeeds-Tag-FixDoesn't match tag requirementsDoesn't match tag requirementsNeeds-TriageIt's a new issue that the core contributor team needs to triage at the next triage meetingIt's a new issue that the core contributor team needs to triage at the next triage meetingResolution-AnsweredRelated to questions that have been answeredRelated to questions that have been answered
Description
Is there any standard for what $env:TERM should be for native Windows console apps supporting the new console capabilities?
For Neovim, I discovered that setting:
$env:TERM = 'vtpcon'or leaving it unset enables support for the new console.
Setting:
$env:TERM = 'xterm-truecolor'also seems to work correctly, and supports 24 bit color.
Metadata
Metadata
Assignees
Labels
Area-VTVirtual Terminal sequence supportVirtual Terminal sequence supportIssue-QuestionFor questions or discussionFor questions or discussionNeeds-Tag-FixDoesn't match tag requirementsDoesn't match tag requirementsNeeds-TriageIt's a new issue that the core contributor team needs to triage at the next triage meetingIt's a new issue that the core contributor team needs to triage at the next triage meetingResolution-AnsweredRelated to questions that have been answeredRelated to questions that have been answered