Skip to content

Instantly share code, notes, and snippets.

@JohnMorales
Forked from XVilka/TrueColour.md
Last active August 29, 2015 14:26
Show Gist options
  • Save JohnMorales/909525a5389640e40a19 to your computer and use it in GitHub Desktop.
Save JohnMorales/909525a5389640e40a19 to your computer and use it in GitHub Desktop.

Revisions

  1. JohnMorales revised this gist Aug 7, 2015. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions TrueColor.md
    Original file line number Diff line number Diff line change
    @@ -24,6 +24,7 @@ Here's a test case:
    ```
    printf "\x1b[38;2;255;100;0mTRUECOLOR\x1b[0m\n"
    ```
    * or https://raw.githubusercontent.com/JohnMorales/dotfiles/master/colors/24-bit-color.sh
    * or http://github.com/robertknight/konsole/tree/master/tests/color-spaces.pl
    * or https://git.gnome.org/browse/vte/tree/perf/img.sh?h=vte-0-36

  2. @XVilka XVilka revised this gist Jul 25, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion TrueColor.md
    Original file line number Diff line number Diff line change
    @@ -4,7 +4,7 @@ It's a common confusion about terminal colors... Actually we have this:
    * plain ascii
    * ansi escape codes (16 color codes with bold/italic and background)
    * 256 color palette (216 colors + 16 gray + ansi) (colors are 24bit)
    * 24bit true color (888 colors (aka 16 milion))
    * 24bit true color ("888" colors (aka 16 milion))

    ```
    printf "\x1b[${bg};2;${red};${green};${blue}m\n"
  3. @XVilka XVilka revised this gist Jul 25, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion TrueColor.md
    Original file line number Diff line number Diff line change
    @@ -3,7 +3,7 @@ Colors in terminal
    It's a common confusion about terminal colors... Actually we have this:
    * plain ascii
    * ansi escape codes (16 color codes with bold/italic and background)
    * 256 color palette (216 colors+16gray + ansi) (colors are 24bit)
    * 256 color palette (216 colors + 16 gray + ansi) (colors are 24bit)
    * 24bit true color (888 colors (aka 16 milion))

    ```
  4. @XVilka XVilka revised this gist Jul 24, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion TrueColor.md
    Original file line number Diff line number Diff line change
    @@ -99,7 +99,7 @@ Note about colour differences: a) RGB axes are not orthogonal, so you cannot use
    Terminal multiplexers
    ---------------------

    * [tmux](http://tmux.github.io/) (have workaround[6] and patch[7]) - https://github.com/tmux/tmux/issues/34 Older: https://sourceforge.net/p/tmux/tickets/140/ and https://www.mail-archive.com/[email protected]/msg04720.html - standing strongly against 24bit colors support, deliberately closed, then removed the issue.
    * [tmux](http://tmux.github.io/) (have workaround[6] and patch[7]) - https://github.com/tmux/tmux/issues/34 Older: https://sourceforge.net/p/tmux/tickets/140/ and https://www.mail-archive.com/[email protected]/msg04720.html
    * screen

    [6] Currently you can use tmux_escape option as a workaround if you want true color in shell run under tmux. No true color in tmux statusline though.
  5. @XVilka XVilka revised this gist Jul 24, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion TrueColor.md
    Original file line number Diff line number Diff line change
    @@ -99,7 +99,7 @@ Note about colour differences: a) RGB axes are not orthogonal, so you cannot use
    Terminal multiplexers
    ---------------------

    * [tmux](http://tmux.sourceforge.net/) (have workaround[6] and patch[7]) - https://github.com/tmux/tmux/issues/34 Older: https://sourceforge.net/p/tmux/tickets/140/ and https://www.mail-archive.com/[email protected]/msg04720.html - standing strongly against 24bit colors support, deliberately closed, then removed the issue.
    * [tmux](http://tmux.github.io/) (have workaround[6] and patch[7]) - https://github.com/tmux/tmux/issues/34 Older: https://sourceforge.net/p/tmux/tickets/140/ and https://www.mail-archive.com/[email protected]/msg04720.html - standing strongly against 24bit colors support, deliberately closed, then removed the issue.
    * screen

    [6] Currently you can use tmux_escape option as a workaround if you want true color in shell run under tmux. No true color in tmux statusline though.
  6. @XVilka XVilka revised this gist Jul 24, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion TrueColor.md
    Original file line number Diff line number Diff line change
    @@ -99,7 +99,7 @@ Note about colour differences: a) RGB axes are not orthogonal, so you cannot use
    Terminal multiplexers
    ---------------------

    * [tmux](http://tmux.sourceforge.net/) (have workaround[6] and patch[7]) - https://github.com/tmux/tmux/issues/34 Older: https://sourceforge.net/p/tmux/tickets/140/ and https://www.mail-archive.com/[email protected]/msg04720.html
    * [tmux](http://tmux.sourceforge.net/) (have workaround[6] and patch[7]) - https://github.com/tmux/tmux/issues/34 Older: https://sourceforge.net/p/tmux/tickets/140/ and https://www.mail-archive.com/[email protected]/msg04720.html - standing strongly against 24bit colors support, deliberately closed, then removed the issue.
    * screen

    [6] Currently you can use tmux_escape option as a workaround if you want true color in shell run under tmux. No true color in tmux statusline though.
  7. @XVilka XVilka revised this gist Jul 23, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion TrueColor.md
    Original file line number Diff line number Diff line change
    @@ -48,7 +48,7 @@ Now **supporting** truecolor
    * [qterminal](https://github.com/qterminal/qterminal) [delimeter: semicolon] - https://github.com/qterminal/qterminal/issues/78
    * [Tera Term](http://en.sourceforge.jp/projects/ttssh2/) [delimeter: colon, semicolon] - **Windows platform**
    * [ConEmu](https://github.com/Maximus5/ConEmu) [delimeter: semicolon] - **Windows platform**
    * [FinalTerm](http://finalterm.org/) [delimeter: semicolon] - abandoned, iTerm2 [borrowing it's ideas and features](http://iterm2.com/shell_integration.html).
    * [FinalTerm](http://finalterm.org/) [delimeter: semicolon] - [abandoned](http://worldwidemann.com/finally-terminated/), iTerm2 [borrowing it's ideas and features](http://iterm2.com/shell_integration.html).
    * [mintty](https://mintty.github.io/) [delimeter: semicolon] **Cygwin and MSYS/MSYS2** since commit https://github.com/mintty/mintty/commit/43f0ed8a46c6549cb9a3ea27abc057b5abe13bdb (2.0.1 release) - **Windows platform**
    * all [libvte](http://ftp.gnome.org/pub/GNOME/sources/vte/) based terminals (since 0.36 version) [delimeter: colon, semilocon] - https://bugzilla.gnome.org/show_bug.cgi?id=704449
    * **libvte**-based [Gnome Terminal](https://help.gnome.org/users/gnome-terminal/stable/)
  8. @XVilka XVilka revised this gist Jul 23, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion TrueColor.md
    Original file line number Diff line number Diff line change
    @@ -48,7 +48,7 @@ Now **supporting** truecolor
    * [qterminal](https://github.com/qterminal/qterminal) [delimeter: semicolon] - https://github.com/qterminal/qterminal/issues/78
    * [Tera Term](http://en.sourceforge.jp/projects/ttssh2/) [delimeter: colon, semicolon] - **Windows platform**
    * [ConEmu](https://github.com/Maximus5/ConEmu) [delimeter: semicolon] - **Windows platform**
    * [FinalTerm](http://finalterm.org/) [delimeter: semicolon]
    * [FinalTerm](http://finalterm.org/) [delimeter: semicolon] - abandoned, iTerm2 [borrowing it's ideas and features](http://iterm2.com/shell_integration.html).
    * [mintty](https://mintty.github.io/) [delimeter: semicolon] **Cygwin and MSYS/MSYS2** since commit https://github.com/mintty/mintty/commit/43f0ed8a46c6549cb9a3ea27abc057b5abe13bdb (2.0.1 release) - **Windows platform**
    * all [libvte](http://ftp.gnome.org/pub/GNOME/sources/vte/) based terminals (since 0.36 version) [delimeter: colon, semilocon] - https://bugzilla.gnome.org/show_bug.cgi?id=704449
    * **libvte**-based [Gnome Terminal](https://help.gnome.org/users/gnome-terminal/stable/)
  9. @XVilka XVilka revised this gist Jul 23, 2015. 1 changed file with 3 additions and 0 deletions.
    3 changes: 3 additions & 0 deletions TrueColor.md
    Original file line number Diff line number Diff line change
    @@ -33,6 +33,9 @@ According to Wikipedia[1], this is only supported by xterm and konsole.

    [1] https://en.wikipedia.org/wiki/ANSI_color

    Currently, there is no support for the 24-bit color descriptions in the terminfo/termcap database and utilites.
    See the discussion thread here: https://lists.gnu.org/archive/html/bug-ncurses/2013-10/msg00007.html

    Here are terminals discussions:
    ==============================

  10. @XVilka XVilka revised this gist Jul 23, 2015. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions TrueColor.md
    Original file line number Diff line number Diff line change
    @@ -110,6 +110,7 @@ Supporting True Color:

    * irssi - https://github.com/irssi/irssi/pull/48
    * neovim - https://github.com/neovim/neovim/commit/8dd415e887923f99ab5daaeba9f0303e173dd1aa
    * elinks - http://repo.or.cz/w/elinks.git/blob/HEAD:/configure.in#l1410 (./configure --enable-true-color)

    Not supporting True Color:

  11. @XVilka XVilka revised this gist Jul 22, 2015. 1 changed file with 9 additions and 7 deletions.
    16 changes: 9 additions & 7 deletions TrueColor.md
    Original file line number Diff line number Diff line change
    @@ -75,31 +75,33 @@ Note about colour differences: a) RGB axes are not orthogonal, so you cannot use
    **NOT supporting** truecolor
    ----------------------------

    * [urxvt](http://software.schmorp.de/pkg/rxvt-unicode.html) - http://lists.schmorp.de/pipermail/rxvt-unicode/2013q3/001826.html
    * [urxvt](http://software.schmorp.de/pkg/rxvt-unicode.html) (patched version [3] available) - http://lists.schmorp.de/pipermail/rxvt-unicode/2013q3/001826.html
    * [Terminology](https://www.enlightenment.org/p.php?p=about/terminology) (E17) - https://phab.enlightenment.org/T746
    * [mrxvt](https://sourceforge.net/projects/materm) (looks abandoned) - https://sourceforge.net/p/materm/feature-requests/41/
    * [aterm](http://www.afterstep.org/aterm.php) (looks abandoned) - https://sourceforge.net/p/aterm/feature-requests/23/
    * [fbcon](https://www.kernel.org/doc/Documentation/fb/fbcon.txt) (from linux kernel) - https://bugzilla.kernel.org/show_bug.cgi?id=79551
    * FreeBSD console - https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191652
    * [PuTTY](http://www.chiark.greenend.org.uk/~sgtatham/putty/) (patched version [3] {xterm-like approximation to 256 colors} and [4] {real true colors} available) - **Windows platform**
    * [PuTTY](http://www.chiark.greenend.org.uk/~sgtatham/putty/) (patched version [4] {xterm-like approximation to 256 colors} and [5] {real true colors} available) - **Windows platform**
    * libvte and GTK2 - based:
    * **libvte**-based [GTKTerm2](http://gtkterm.feige.net/)
    * **libvte**-based [stjerm](https://github.com/stjerm/stjerm) - https://github.com/stjerm/stjerm/issues/39
    * **libvte**-based [xfce4-terminal](http://docs.xfce.org/apps/terminal/start) - will be solved automatically since Xfce [slowly migrating](https://www.linuxliteos.com/forums/off-topic/ikey-porting-xfce-to-gtk3/) to the GTK+3

    [3] You can download patched version here https://github.com/rdebath/PuTTY
    [3] You can download patched version here https://github.com/spudowiar/rxvt-unicode/tree/24bit

    [4] You can download patched version here https://github.com/halcy/PuTTY
    [4] You can download patched version here https://github.com/rdebath/PuTTY

    [5] You can download patched version here https://github.com/halcy/PuTTY

    Terminal multiplexers
    ---------------------

    * [tmux](http://tmux.sourceforge.net/) (have workaround[5] and patch[6]) - https://github.com/tmux/tmux/issues/34 Older: https://sourceforge.net/p/tmux/tickets/140/ and https://www.mail-archive.com/[email protected]/msg04720.html
    * [tmux](http://tmux.sourceforge.net/) (have workaround[6] and patch[7]) - https://github.com/tmux/tmux/issues/34 Older: https://sourceforge.net/p/tmux/tickets/140/ and https://www.mail-archive.com/[email protected]/msg04720.html
    * screen

    [5] Currently you can use tmux_escape option as a workaround if you want true color in shell run under tmux. No true color in tmux statusline though.
    [6] Currently you can use tmux_escape option as a workaround if you want true color in shell run under tmux. No true color in tmux statusline though.

    [6] You can see the patch here https://gist.github.com/JohnMorales/0579990993f6dec19e83
    [7] You can see the patch here https://gist.github.com/JohnMorales/0579990993f6dec19e83

    Here are another console programs discussions:
    ============================================
  12. @XVilka XVilka revised this gist Jul 6, 2015. 1 changed file with 6 additions and 8 deletions.
    14 changes: 6 additions & 8 deletions TrueColor.md
    Original file line number Diff line number Diff line change
    @@ -81,27 +81,25 @@ Note about colour differences: a) RGB axes are not orthogonal, so you cannot use
    * [aterm](http://www.afterstep.org/aterm.php) (looks abandoned) - https://sourceforge.net/p/aterm/feature-requests/23/
    * [fbcon](https://www.kernel.org/doc/Documentation/fb/fbcon.txt) (from linux kernel) - https://bugzilla.kernel.org/show_bug.cgi?id=79551
    * FreeBSD console - https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191652
    * [PuTTY](http://www.chiark.greenend.org.uk/~sgtatham/putty/) (patched version [4] {xterm-like approximation to 256 colors} and [5] {real true colors} available) - **Windows platform**
    * [PuTTY](http://www.chiark.greenend.org.uk/~sgtatham/putty/) (patched version [3] {xterm-like approximation to 256 colors} and [4] {real true colors} available) - **Windows platform**
    * libvte and GTK2 - based:
    * **libvte**-based [GTKTerm2](http://gtkterm.feige.net/)
    * **libvte**-based [stjerm](https://github.com/stjerm/stjerm) - https://github.com/stjerm/stjerm/issues/39
    * **libvte**-based [xfce4-terminal](http://docs.xfce.org/apps/terminal/start) - will be solved automatically since Xfce [slowly migrating](https://www.linuxliteos.com/forums/off-topic/ikey-porting-xfce-to-gtk3/) to the GTK+3

    [3] You can see the commit here https://github.com/rr-/mintty/commit/9bfac3353a093c904fcdb4a14f12aae483bf83c5
    [3] You can download patched version here https://github.com/rdebath/PuTTY

    [4] You can download patched version here https://github.com/rdebath/PuTTY

    [5] You can download patched version here https://github.com/halcy/PuTTY
    [4] You can download patched version here https://github.com/halcy/PuTTY

    Terminal multiplexers
    ---------------------

    * [tmux](http://tmux.sourceforge.net/) (have workaround[6] and patch[7]) - https://github.com/tmux/tmux/issues/34 Older: https://sourceforge.net/p/tmux/tickets/140/ and https://www.mail-archive.com/[email protected]/msg04720.html
    * [tmux](http://tmux.sourceforge.net/) (have workaround[5] and patch[6]) - https://github.com/tmux/tmux/issues/34 Older: https://sourceforge.net/p/tmux/tickets/140/ and https://www.mail-archive.com/[email protected]/msg04720.html
    * screen

    [6] Currently you can use tmux_escape option as a workaround if you want true color in shell run under tmux. No true color in tmux statusline though.
    [5] Currently you can use tmux_escape option as a workaround if you want true color in shell run under tmux. No true color in tmux statusline though.

    [7] You can see the patch here https://gist.github.com/JohnMorales/0579990993f6dec19e83
    [6] You can see the patch here https://gist.github.com/JohnMorales/0579990993f6dec19e83

    Here are another console programs discussions:
    ============================================
  13. @XVilka XVilka revised this gist Jul 5, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion TrueColor.md
    Original file line number Diff line number Diff line change
    @@ -46,7 +46,7 @@ Now **supporting** truecolor
    * [Tera Term](http://en.sourceforge.jp/projects/ttssh2/) [delimeter: colon, semicolon] - **Windows platform**
    * [ConEmu](https://github.com/Maximus5/ConEmu) [delimeter: semicolon] - **Windows platform**
    * [FinalTerm](http://finalterm.org/) [delimeter: semicolon]
    * [mintty](https://code.google.com/p/mintty/) [delimeter: semicolon] **Cygwin and MSYS** since commit https://github.com/mintty/mintty/commit/43f0ed8a46c6549cb9a3ea27abc057b5abe13bdb (2.0.1 release) - **Windows platform**
    * [mintty](https://mintty.github.io/) [delimeter: semicolon] **Cygwin and MSYS/MSYS2** since commit https://github.com/mintty/mintty/commit/43f0ed8a46c6549cb9a3ea27abc057b5abe13bdb (2.0.1 release) - **Windows platform**
    * all [libvte](http://ftp.gnome.org/pub/GNOME/sources/vte/) based terminals (since 0.36 version) [delimeter: colon, semilocon] - https://bugzilla.gnome.org/show_bug.cgi?id=704449
    * **libvte**-based [Gnome Terminal](https://help.gnome.org/users/gnome-terminal/stable/)
    * **libvte**-based [sakura](http://www.pleyades.net/david/projects/sakura)
  14. @XVilka XVilka revised this gist Jul 2, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion TrueColor.md
    Original file line number Diff line number Diff line change
    @@ -46,7 +46,7 @@ Now **supporting** truecolor
    * [Tera Term](http://en.sourceforge.jp/projects/ttssh2/) [delimeter: colon, semicolon] - **Windows platform**
    * [ConEmu](https://github.com/Maximus5/ConEmu) [delimeter: semicolon] - **Windows platform**
    * [FinalTerm](http://finalterm.org/) [delimeter: semicolon]
    * [mintty](https://code.google.com/p/mintty/) [delimeter: semicolon] **Cygwin and MSYS** since commit https://github.com/mintty/mintty/commit/43f0ed8a46c6549cb9a3ea27abc057b5abe13bdb - **Windows platform**
    * [mintty](https://code.google.com/p/mintty/) [delimeter: semicolon] **Cygwin and MSYS** since commit https://github.com/mintty/mintty/commit/43f0ed8a46c6549cb9a3ea27abc057b5abe13bdb (2.0.1 release) - **Windows platform**
    * all [libvte](http://ftp.gnome.org/pub/GNOME/sources/vte/) based terminals (since 0.36 version) [delimeter: colon, semilocon] - https://bugzilla.gnome.org/show_bug.cgi?id=704449
    * **libvte**-based [Gnome Terminal](https://help.gnome.org/users/gnome-terminal/stable/)
    * **libvte**-based [sakura](http://www.pleyades.net/david/projects/sakura)
  15. @XVilka XVilka revised this gist Jul 2, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion TrueColor.md
    Original file line number Diff line number Diff line change
    @@ -96,7 +96,7 @@ Note about colour differences: a) RGB axes are not orthogonal, so you cannot use
    Terminal multiplexers
    ---------------------

    * [tmux](http://tmux.sourceforge.net/) (have workaround[6] and patch[7]) - https://sourceforge.net/p/tmux/tickets/140/ and https://www.mail-archive.com/[email protected]/msg04720.html
    * [tmux](http://tmux.sourceforge.net/) (have workaround[6] and patch[7]) - https://github.com/tmux/tmux/issues/34 Older: https://sourceforge.net/p/tmux/tickets/140/ and https://www.mail-archive.com/[email protected]/msg04720.html
    * screen

    [6] Currently you can use tmux_escape option as a workaround if you want true color in shell run under tmux. No true color in tmux statusline though.
  16. @XVilka XVilka revised this gist Jun 22, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion TrueColor.md
    Original file line number Diff line number Diff line change
    @@ -46,7 +46,7 @@ Now **supporting** truecolor
    * [Tera Term](http://en.sourceforge.jp/projects/ttssh2/) [delimeter: colon, semicolon] - **Windows platform**
    * [ConEmu](https://github.com/Maximus5/ConEmu) [delimeter: semicolon] - **Windows platform**
    * [FinalTerm](http://finalterm.org/) [delimeter: semicolon]
    * [mintty](https://code.google.com/p/mintty/) [delimeter: semicolon] (Cygwin and MSYS) since commit https://github.com/mintty/mintty/commit/43f0ed8a46c6549cb9a3ea27abc057b5abe13bdb - **Windows platform**
    * [mintty](https://code.google.com/p/mintty/) [delimeter: semicolon] **Cygwin and MSYS** since commit https://github.com/mintty/mintty/commit/43f0ed8a46c6549cb9a3ea27abc057b5abe13bdb - **Windows platform**
    * all [libvte](http://ftp.gnome.org/pub/GNOME/sources/vte/) based terminals (since 0.36 version) [delimeter: colon, semilocon] - https://bugzilla.gnome.org/show_bug.cgi?id=704449
    * **libvte**-based [Gnome Terminal](https://help.gnome.org/users/gnome-terminal/stable/)
    * **libvte**-based [sakura](http://www.pleyades.net/david/projects/sakura)
  17. @XVilka XVilka revised this gist Jun 22, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion TrueColor.md
    Original file line number Diff line number Diff line change
    @@ -46,6 +46,7 @@ Now **supporting** truecolor
    * [Tera Term](http://en.sourceforge.jp/projects/ttssh2/) [delimeter: colon, semicolon] - **Windows platform**
    * [ConEmu](https://github.com/Maximus5/ConEmu) [delimeter: semicolon] - **Windows platform**
    * [FinalTerm](http://finalterm.org/) [delimeter: semicolon]
    * [mintty](https://code.google.com/p/mintty/) [delimeter: semicolon] (Cygwin and MSYS) since commit https://github.com/mintty/mintty/commit/43f0ed8a46c6549cb9a3ea27abc057b5abe13bdb - **Windows platform**
    * all [libvte](http://ftp.gnome.org/pub/GNOME/sources/vte/) based terminals (since 0.36 version) [delimeter: colon, semilocon] - https://bugzilla.gnome.org/show_bug.cgi?id=704449
    * **libvte**-based [Gnome Terminal](https://help.gnome.org/users/gnome-terminal/stable/)
    * **libvte**-based [sakura](http://www.pleyades.net/david/projects/sakura)
    @@ -78,7 +79,6 @@ Note about colour differences: a) RGB axes are not orthogonal, so you cannot use
    * [Terminology](https://www.enlightenment.org/p.php?p=about/terminology) (E17) - https://phab.enlightenment.org/T746
    * [mrxvt](https://sourceforge.net/projects/materm) (looks abandoned) - https://sourceforge.net/p/materm/feature-requests/41/
    * [aterm](http://www.afterstep.org/aterm.php) (looks abandoned) - https://sourceforge.net/p/aterm/feature-requests/23/
    * [mintty](https://code.google.com/p/mintty/) (Cygwin and MSYS, patch [3] available) - https://code.google.com/p/mintty/issues/detail?id=431 and https://github.com/mintty/mintty/issues/431
    * [fbcon](https://www.kernel.org/doc/Documentation/fb/fbcon.txt) (from linux kernel) - https://bugzilla.kernel.org/show_bug.cgi?id=79551
    * FreeBSD console - https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191652
    * [PuTTY](http://www.chiark.greenend.org.uk/~sgtatham/putty/) (patched version [4] {xterm-like approximation to 256 colors} and [5] {real true colors} available) - **Windows platform**
  18. @XVilka XVilka revised this gist Jun 18, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion TrueColor.md
    Original file line number Diff line number Diff line change
    @@ -78,7 +78,7 @@ Note about colour differences: a) RGB axes are not orthogonal, so you cannot use
    * [Terminology](https://www.enlightenment.org/p.php?p=about/terminology) (E17) - https://phab.enlightenment.org/T746
    * [mrxvt](https://sourceforge.net/projects/materm) (looks abandoned) - https://sourceforge.net/p/materm/feature-requests/41/
    * [aterm](http://www.afterstep.org/aterm.php) (looks abandoned) - https://sourceforge.net/p/aterm/feature-requests/23/
    * [mintty](https://code.google.com/p/mintty/) (Cygwin and MSYS, patch [3] available) - https://code.google.com/p/mintty/issues/detail?id=431
    * [mintty](https://code.google.com/p/mintty/) (Cygwin and MSYS, patch [3] available) - https://code.google.com/p/mintty/issues/detail?id=431 and https://github.com/mintty/mintty/issues/431
    * [fbcon](https://www.kernel.org/doc/Documentation/fb/fbcon.txt) (from linux kernel) - https://bugzilla.kernel.org/show_bug.cgi?id=79551
    * FreeBSD console - https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191652
    * [PuTTY](http://www.chiark.greenend.org.uk/~sgtatham/putty/) (patched version [4] {xterm-like approximation to 256 colors} and [5] {real true colors} available) - **Windows platform**
  19. @XVilka XVilka revised this gist Jun 16, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion TrueColor.md
    Original file line number Diff line number Diff line change
    @@ -81,7 +81,7 @@ Note about colour differences: a) RGB axes are not orthogonal, so you cannot use
    * [mintty](https://code.google.com/p/mintty/) (Cygwin and MSYS, patch [3] available) - https://code.google.com/p/mintty/issues/detail?id=431
    * [fbcon](https://www.kernel.org/doc/Documentation/fb/fbcon.txt) (from linux kernel) - https://bugzilla.kernel.org/show_bug.cgi?id=79551
    * FreeBSD console - https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191652
    * [PuTTY](http://www.chiark.greenend.org.uk/~sgtatham/putty/) (patched version [4] (xterm-like approximation to 256 colors) and [5] (real true colors) available) - **Windows platform**
    * [PuTTY](http://www.chiark.greenend.org.uk/~sgtatham/putty/) (patched version [4] {xterm-like approximation to 256 colors} and [5] {real true colors} available) - **Windows platform**
    * libvte and GTK2 - based:
    * **libvte**-based [GTKTerm2](http://gtkterm.feige.net/)
    * **libvte**-based [stjerm](https://github.com/stjerm/stjerm) - https://github.com/stjerm/stjerm/issues/39
  20. @XVilka XVilka revised this gist Jun 15, 2015. 1 changed file with 6 additions and 4 deletions.
    10 changes: 6 additions & 4 deletions TrueColor.md
    Original file line number Diff line number Diff line change
    @@ -81,7 +81,7 @@ Note about colour differences: a) RGB axes are not orthogonal, so you cannot use
    * [mintty](https://code.google.com/p/mintty/) (Cygwin and MSYS, patch [3] available) - https://code.google.com/p/mintty/issues/detail?id=431
    * [fbcon](https://www.kernel.org/doc/Documentation/fb/fbcon.txt) (from linux kernel) - https://bugzilla.kernel.org/show_bug.cgi?id=79551
    * FreeBSD console - https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191652
    * [PuTTY](http://www.chiark.greenend.org.uk/~sgtatham/putty/) (patched version [4] available) - **Windows platform**
    * [PuTTY](http://www.chiark.greenend.org.uk/~sgtatham/putty/) (patched version [4] (xterm-like approximation to 256 colors) and [5] (real true colors) available) - **Windows platform**
    * libvte and GTK2 - based:
    * **libvte**-based [GTKTerm2](http://gtkterm.feige.net/)
    * **libvte**-based [stjerm](https://github.com/stjerm/stjerm) - https://github.com/stjerm/stjerm/issues/39
    @@ -91,15 +91,17 @@ Note about colour differences: a) RGB axes are not orthogonal, so you cannot use

    [4] You can download patched version here https://github.com/rdebath/PuTTY

    [5] You can download patched version here https://github.com/halcy/PuTTY

    Terminal multiplexers
    ---------------------

    * [tmux](http://tmux.sourceforge.net/) (have workaround[5] and patch[6]) - https://sourceforge.net/p/tmux/tickets/140/ and https://www.mail-archive.com/[email protected]/msg04720.html
    * [tmux](http://tmux.sourceforge.net/) (have workaround[6] and patch[7]) - https://sourceforge.net/p/tmux/tickets/140/ and https://www.mail-archive.com/[email protected]/msg04720.html
    * screen

    [5] Currently you can use tmux_escape option as a workaround if you want true color in shell run under tmux. No true color in tmux statusline though.
    [6] Currently you can use tmux_escape option as a workaround if you want true color in shell run under tmux. No true color in tmux statusline though.

    [6] You can see the patch here https://gist.github.com/JohnMorales/0579990993f6dec19e83
    [7] You can see the patch here https://gist.github.com/JohnMorales/0579990993f6dec19e83

    Here are another console programs discussions:
    ============================================
  21. @XVilka XVilka revised this gist May 20, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion TrueColor.md
    Original file line number Diff line number Diff line change
    @@ -85,7 +85,7 @@ Note about colour differences: a) RGB axes are not orthogonal, so you cannot use
    * libvte and GTK2 - based:
    * **libvte**-based [GTKTerm2](http://gtkterm.feige.net/)
    * **libvte**-based [stjerm](https://github.com/stjerm/stjerm) - https://github.com/stjerm/stjerm/issues/39
    * **libvte**-based [xfce4-terminal](http://docs.xfce.org/apps/terminal/start) - will be solved automatically since Xfce slowly migrating to the GTK+3
    * **libvte**-based [xfce4-terminal](http://docs.xfce.org/apps/terminal/start) - will be solved automatically since Xfce [slowly migrating](https://www.linuxliteos.com/forums/off-topic/ikey-porting-xfce-to-gtk3/) to the GTK+3

    [3] You can see the commit here https://github.com/rr-/mintty/commit/9bfac3353a093c904fcdb4a14f12aae483bf83c5

  22. @XVilka XVilka revised this gist May 20, 2015. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions TrueColor.md
    Original file line number Diff line number Diff line change
    @@ -85,6 +85,7 @@ Note about colour differences: a) RGB axes are not orthogonal, so you cannot use
    * libvte and GTK2 - based:
    * **libvte**-based [GTKTerm2](http://gtkterm.feige.net/)
    * **libvte**-based [stjerm](https://github.com/stjerm/stjerm) - https://github.com/stjerm/stjerm/issues/39
    * **libvte**-based [xfce4-terminal](http://docs.xfce.org/apps/terminal/start) - will be solved automatically since Xfce slowly migrating to the GTK+3

    [3] You can see the commit here https://github.com/rr-/mintty/commit/9bfac3353a093c904fcdb4a14f12aae483bf83c5

  23. @XVilka XVilka revised this gist May 9, 2015. 1 changed file with 3 additions and 3 deletions.
    6 changes: 3 additions & 3 deletions TrueColor.md
    Original file line number Diff line number Diff line change
    @@ -6,9 +6,9 @@ It's a common confusion about terminal colors... Actually we have this:
    * 256 color palette (216 colors+16gray + ansi) (colors are 24bit)
    * 24bit true color (888 colors (aka 16 milion))

    ```
    printf "\x1b[${bg};2;${red};${green};${blue}m\n"
    ```
    ```
    printf "\x1b[${bg};2;${red};${green};${blue}m\n"
    ```

    The 256 color palete is configured at start, and it's a 666 cube of
    colors, each of them defined as a 24bit (888 rgb) color.
  24. @XVilka XVilka revised this gist May 9, 2015. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions TrueColor.md
    Original file line number Diff line number Diff line change
    @@ -5,6 +5,7 @@ It's a common confusion about terminal colors... Actually we have this:
    * ansi escape codes (16 color codes with bold/italic and background)
    * 256 color palette (216 colors+16gray + ansi) (colors are 24bit)
    * 24bit true color (888 colors (aka 16 milion))

    ```
    printf "\x1b[${bg};2;${red};${green};${blue}m\n"
    ```
  25. @XVilka XVilka revised this gist May 9, 2015. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions TrueColor.md
    Original file line number Diff line number Diff line change
    @@ -75,8 +75,8 @@ Note about colour differences: a) RGB axes are not orthogonal, so you cannot use

    * [urxvt](http://software.schmorp.de/pkg/rxvt-unicode.html) - http://lists.schmorp.de/pipermail/rxvt-unicode/2013q3/001826.html
    * [Terminology](https://www.enlightenment.org/p.php?p=about/terminology) (E17) - https://phab.enlightenment.org/T746
    * [mrxvt](https://sourceforge.net/projects/materm) - https://sourceforge.net/p/materm/feature-requests/41/
    * [aterm](http://www.afterstep.org/aterm.php) - https://sourceforge.net/p/aterm/feature-requests/23/
    * [mrxvt](https://sourceforge.net/projects/materm) (looks abandoned) - https://sourceforge.net/p/materm/feature-requests/41/
    * [aterm](http://www.afterstep.org/aterm.php) (looks abandoned) - https://sourceforge.net/p/aterm/feature-requests/23/
    * [mintty](https://code.google.com/p/mintty/) (Cygwin and MSYS, patch [3] available) - https://code.google.com/p/mintty/issues/detail?id=431
    * [fbcon](https://www.kernel.org/doc/Documentation/fb/fbcon.txt) (from linux kernel) - https://bugzilla.kernel.org/show_bug.cgi?id=79551
    * FreeBSD console - https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191652
  26. @XVilka XVilka revised this gist May 7, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion TrueColor.md
    Original file line number Diff line number Diff line change
    @@ -80,7 +80,7 @@ Note about colour differences: a) RGB axes are not orthogonal, so you cannot use
    * [mintty](https://code.google.com/p/mintty/) (Cygwin and MSYS, patch [3] available) - https://code.google.com/p/mintty/issues/detail?id=431
    * [fbcon](https://www.kernel.org/doc/Documentation/fb/fbcon.txt) (from linux kernel) - https://bugzilla.kernel.org/show_bug.cgi?id=79551
    * FreeBSD console - https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191652
    * [PuTTY](http://www.chiark.greenend.org.uk/~sgtatham/putty/) (patched version [4] available)
    * [PuTTY](http://www.chiark.greenend.org.uk/~sgtatham/putty/) (patched version [4] available) - **Windows platform**
    * libvte and GTK2 - based:
    * **libvte**-based [GTKTerm2](http://gtkterm.feige.net/)
    * **libvte**-based [stjerm](https://github.com/stjerm/stjerm) - https://github.com/stjerm/stjerm/issues/39
  27. @XVilka XVilka revised this gist May 7, 2015. 1 changed file with 0 additions and 1 deletion.
    1 change: 0 additions & 1 deletion TrueColor.md
    Original file line number Diff line number Diff line change
    @@ -65,7 +65,6 @@ Parsing ANSI color sequences, but approximating them to 256 palette
    -------------------------------------------------------------------

    * xterm (though doing it wrong: "it uses nearest colour in RGB colour space, with a usualfalse assumption about orthogonal axes")
    * [mlterm](https://sourceforge.net/projects/mlterm/) - http://sourceforge.net/mailarchive/message.php?msg_id=31828705

    Note about colour differences: a) RGB axes are not orthogonal, so you cannot use sqrt(R^2+G^2+B^2) formula, b) for colour differences there is more correct (but much more complex) [CIEDE2000](http://en.wikipedia.org/wiki/Color_difference#CIEDE2000) formula (which may easily blow up performance if used blindly) [2].

  28. @XVilka XVilka revised this gist May 7, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion TrueColor.md
    Original file line number Diff line number Diff line change
    @@ -75,7 +75,7 @@ Note about colour differences: a) RGB axes are not orthogonal, so you cannot use
    ----------------------------

    * [urxvt](http://software.schmorp.de/pkg/rxvt-unicode.html) - http://lists.schmorp.de/pipermail/rxvt-unicode/2013q3/001826.html
    * [Terminlogy](https://www.enlightenment.org/p.php?p=about/terminology) (E17) - https://phab.enlightenment.org/T746
    * [Terminology](https://www.enlightenment.org/p.php?p=about/terminology) (E17) - https://phab.enlightenment.org/T746
    * [mrxvt](https://sourceforge.net/projects/materm) - https://sourceforge.net/p/materm/feature-requests/41/
    * [aterm](http://www.afterstep.org/aterm.php) - https://sourceforge.net/p/aterm/feature-requests/23/
    * [mintty](https://code.google.com/p/mintty/) (Cygwin and MSYS, patch [3] available) - https://code.google.com/p/mintty/issues/detail?id=431
  29. @XVilka XVilka revised this gist May 7, 2015. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions TrueColor.md
    Original file line number Diff line number Diff line change
    @@ -87,6 +87,7 @@ Note about colour differences: a) RGB axes are not orthogonal, so you cannot use
    * **libvte**-based [stjerm](https://github.com/stjerm/stjerm) - https://github.com/stjerm/stjerm/issues/39

    [3] You can see the commit here https://github.com/rr-/mintty/commit/9bfac3353a093c904fcdb4a14f12aae483bf83c5

    [4] You can download patched version here https://github.com/rdebath/PuTTY

    Terminal multiplexers
  30. @XVilka XVilka revised this gist May 7, 2015. 1 changed file with 5 additions and 3 deletions.
    8 changes: 5 additions & 3 deletions TrueColor.md
    Original file line number Diff line number Diff line change
    @@ -81,21 +81,23 @@ Note about colour differences: a) RGB axes are not orthogonal, so you cannot use
    * [mintty](https://code.google.com/p/mintty/) (Cygwin and MSYS, patch [3] available) - https://code.google.com/p/mintty/issues/detail?id=431
    * [fbcon](https://www.kernel.org/doc/Documentation/fb/fbcon.txt) (from linux kernel) - https://bugzilla.kernel.org/show_bug.cgi?id=79551
    * FreeBSD console - https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191652
    * [PuTTY](http://www.chiark.greenend.org.uk/~sgtatham/putty/) (patched version [4] available)
    * libvte and GTK2 - based:
    * **libvte**-based [GTKTerm2](http://gtkterm.feige.net/)
    * **libvte**-based [stjerm](https://github.com/stjerm/stjerm) - https://github.com/stjerm/stjerm/issues/39

    [3] You can see the commit here https://github.com/rr-/mintty/commit/9bfac3353a093c904fcdb4a14f12aae483bf83c5
    [4] You can download patched version here https://github.com/rdebath/PuTTY

    Terminal multiplexers
    ---------------------

    * [tmux](http://tmux.sourceforge.net/) (have workaround[4] and patch[5]) - https://sourceforge.net/p/tmux/tickets/140/ and https://www.mail-archive.com/[email protected]/msg04720.html
    * [tmux](http://tmux.sourceforge.net/) (have workaround[5] and patch[6]) - https://sourceforge.net/p/tmux/tickets/140/ and https://www.mail-archive.com/[email protected]/msg04720.html
    * screen

    [4] Currently you can use tmux_escape option as a workaround if you want true color in shell run under tmux. No true color in tmux statusline though.
    [5] Currently you can use tmux_escape option as a workaround if you want true color in shell run under tmux. No true color in tmux statusline though.

    [5] You can see the patch here https://gist.github.com/JohnMorales/0579990993f6dec19e83
    [6] You can see the patch here https://gist.github.com/JohnMorales/0579990993f6dec19e83

    Here are another console programs discussions:
    ============================================