From: Araki K. <ara...@us...> - 2014-01-12 07:34:26
|
Hi, From: XVilka Haos of System <xv...@gm...> Subject: [Mlterm-dev-en] Truecolor - Support for 16 million colors Date: Fri, 10 Jan 2014 06:57:43 +0400 Message-ID: <CA+8M6w=JVMfgKRm4fJbYB=g+N...@ma...> > 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. Mlterm has supported this sequence since 3.1.6. (about one year ago) But it doesn't show 24 bit colors at the same time but searches the closest color from 256 color palette. Xterm works in the same way. I think it won't cause problems in most cases except image processing like sixel graphics. Regards, --- Araki Ken ara...@us... |