X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/4f444f02fce7e747c016158000f01f63c1c39039..0e14fa065cb6adb1a418dfb7aeb12939c4597786:/termcol.inc.pl 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,