From 0e14fa065cb6adb1a418dfb7aeb12939c4597786 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Sun, 1 Nov 2015 17:09:37 +0100 Subject: [PATCH] termcol: reference xterm for 256 colour title, rxvt for 88 Name the originators and major proponents of these maps. --- termcol.inc.pl | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/termcol.inc.pl b/termcol.inc.pl index 715c174..48b140c 100644 --- a/termcol.inc.pl +++ b/termcol.inc.pl @@ -169,7 +169,7 @@ use Shiar_Sheet::Colour '1.02'; ], }, ansi88 => { - name => '88-colour space', + name => 'rxvt 88 colour extension', rgbmap => [ 4 => sub { $_[2] + 4 * ($_[1] + 4 * $_[0]) + 16, @@ -179,7 +179,9 @@ use Shiar_Sheet::Colour '1.02'; ], }, ansi256 => { - name => '256-colour space', + name => 'xterm 256 colour extension', + href => 'http://web.archive.org/web/20130125000058/http://www.frexx.de/xterm-256-notes/', + # \033[38;5;${FG}m rgbmap => [ 6 => sub { $_[2] + 6 * ($_[1] + 6 * $_[0]) + 16, -- 2.30.0