emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Support 24-bit terminal colors.


From: Kalle Olavi Niemitalo
Subject: Re: [PATCH] Support 24-bit terminal colors.
Date: Sat, 24 Sep 2016 12:05:08 +0300
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/23.0.51 (gnu/linux)

Clément Pit--Claudel <address@hidden> writes:

> Do you know how Microsoft does it? They just announced support for it
> (https://blogs.msdn.microsoft.com/commandline/2016/09/22/24-bit-color-in-the-windows-console/)

Console Virtual Terminal Sequences
https://msdn.microsoft.com/en-us/library/windows/desktop/mt638032%28v=vs.85%29.aspx
says the Windows console recognizes "38 ; 2 ; <r> ; <g> ; <b>"
(foreground) and "48 ; 2 ; <r> ; <g> ; <b>" (background)
in the Set Graphics Rendition (SGR) control sequence.
However, this Microsoft documentation does not mention how the
feature would be described in termcap or terminfo.

Related bug report: https://github.com/Microsoft/BashOnWindows/issues/52
"Please identify the terminal emulator with TERM, do not pretend to be xterm."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]