On Sat, Jun 22, 2019 at 3:05 PM Eli Zaretskii wrote: > > From: Pip Cet > > Date: Sat, 22 Jun 2019 14:41:30 +0000 > > Cc: rms@gnu.org, 36304@debbugs.gnu.org > > > > and it's only used for text terminals, right? > > > > > > Yes, but we nowadays support text terminals that can display 24-bit > > > colors, and having their colors display differently from the same > > > color on X is just asking for bug reports. > > Okay, let's change it, then. > Thanks. While I was there, I've also made it accept upper-case hex digits (previously, #0F0 was accepted but #F00 wasn't), and fixed the ranges so rgb:f/f/f translates to (65535 65535 65535) rather than (255 255 255).