Activity log for bug #1202564

Date Who What changed Old value New value Message
2013-07-18 09:25:48 Anton Kochkov bug added bug
2013-07-18 09:31:53 Anton Kochkov bug watch added https://bugzilla.gnome.org/show_bug.cgi?id=704449
2013-07-18 09:31:53 Anton Kochkov bug task added vte
2013-07-18 09:43:17 fam bug added subscriber fam
2013-07-18 09:44:29 fam removed subscriber fam
2013-07-18 09:44:40 fam bug added subscriber fam
2013-07-18 10:36:09 Anton Kochkov description Here's a test case printf "\x1b[38;2;255;100;0mTRUECOLOR\x1b[0m\n" According to Wikipedia[1], this is only supported by xterm and konsole. 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) * 24bit true color (8*8*8 colors (aka 16 milion) The 256 color palete is configured at start, and it's a 6*6*6 cube of colors, each of them defined as a 24bit (8*8*8 rgb) color. This means that current support can only display 256 *different* colors in the terminal, while truecolor means that you can display 16 milion different colors at the same time. Truecolor escape codes doesnt uses a color palete. It just specifies the color itself. [1] https://en.wikipedia.org/wiki/ANSI_color Here is another terminals discussions: st (from suckless) - http://lists.suckless.org/dev/1307/16688.html urxvt - http://lists.schmorp.de/pipermail/rxvt-unicode/2013q3/001826.html konsole (already fixed) https://bugs.kde.org/show_bug.cgi?id=138740 Here's a test case printf "\x1b[38;2;255;100;0mTRUECOLOR\x1b[0m\n" According to Wikipedia[1], this is only supported by xterm and konsole. 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) * 24bit true color (8*8*8 colors (aka 16 milion) The 256 color palete is configured at start, and it's a 6*6*6 cube of colors, each of them defined as a 24bit (8*8*8 rgb) color. This means that current support can only display 256 *different* colors in the terminal, while truecolor means that you can display 16 milion different colors at the same time. Truecolor escape codes doesnt uses a color palete. It just specifies the color itself. [1] https://en.wikipedia.org/wiki/ANSI_color Here is another terminals discussions: st (from suckless) - http://lists.suckless.org/dev/1307/16688.html urxvt - http://lists.schmorp.de/pipermail/rxvt-unicode/2013q3/001826.html konsole (already fixed) https://bugs.kde.org/show_bug.cgi?id=138740 mlterm - https://bitbucket.org/arakiken/mlterm/issue/1/support-for-16-million-colors
2013-07-18 10:48:18 Bug Watch Updater vte: status Unknown New
2013-07-18 10:48:18 Bug Watch Updater vte: importance Unknown Wishlist
2013-11-23 08:27:44 David Gómez sakura: importance Undecided Wishlist
2013-11-23 08:29:17 David Gómez sakura: status New Confirmed
2014-01-07 18:11:21 Bug Watch Updater vte: status New Confirmed
2014-04-06 18:44:40 Bug Watch Updater vte: status Confirmed Fix Released
2014-08-11 23:57:54 David Gómez sakura: status Confirmed Fix Released