all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kalle Olavi Niemitalo <kon@iki.fi>
To: "Clément Pit--Claudel" <clement.pit@gmail.com>
Cc: emacs-devel@gnu.org
Subject: Re: [PATCH] Support 24-bit terminal colors.
Date: Sat, 24 Sep 2016 12:05:08 +0300	[thread overview]
Message-ID: <87zimxd5x7.fsf@Niukka.kon.iki.fi> (raw)
In-Reply-To: <c64fe9cb-a79a-988f-1362-592f63d1e8ba@gmail.com> ("Clément Pit--Claudel"'s message of "Fri, 23 Sep 2016 09:48:04 -0400")

Clément Pit--Claudel <clement.pit@gmail.com> 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	other threads:[~2016-09-24  9:05 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-30 20:55 [PATCH] Support 24-bit terminal colors Rami Ylimäki
2016-08-30 21:03 ` Daniel Colascione
2016-08-30 22:07   ` Clément Pit--Claudel
2016-08-30 22:37     ` Daniel Colascione
2016-08-30 22:47       ` Clément Pit--Claudel
2016-08-31 21:42       ` Richard Stallman
2016-09-01  2:39         ` Eli Zaretskii
2016-09-19  4:32           ` Charles Strahan
2016-09-19 22:28             ` Richard Stallman
2016-09-23 13:46               ` Clément Pit--Claudel
2016-09-25 17:16                 ` Richard Stallman
2016-09-25 19:45                   ` Clément Pit--Claudel
2016-09-26  0:10                   ` Chad Brown
2016-09-26 17:52                     ` Richard Stallman
2016-11-07  0:12                       ` Charles Strahan
2016-09-23 13:48       ` Clément Pit--Claudel
2016-09-24  9:05         ` Kalle Olavi Niemitalo [this message]
2016-08-30 22:08   ` Rami Ylimäki
  -- strict thread matches above, loose matches on Subject: below --
2016-08-31 17:47 Rami Ylimäki
2016-08-31 18:14 ` Eli Zaretskii
2016-08-30 20:11 Rami Ylimäki
2016-08-31 14:21 ` Eli Zaretskii
2016-09-04  5:45   ` David Caldwell
2016-09-04  8:11     ` Yuri Khan
2016-09-04 14:18       ` Eli Zaretskii
2016-09-04 16:44         ` Rami Ylimäki
2016-09-04 17:51           ` Eli Zaretskii

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87zimxd5x7.fsf@Niukka.kon.iki.fi \
    --to=kon@iki.fi \
    --cc=clement.pit@gmail.com \
    --cc=emacs-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.