From 796b36858c7d2dd94400f795459ac9802be66359 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Sat, 31 Oct 2015 16:54:24 +0100 Subject: [PATCH] termcol: introduction text with link to toggle extended mode --- termcol.plp | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/termcol.plp b/termcol.plp index f2a0f85..0a164b7 100644 --- a/termcol.plp +++ b/termcol.plp @@ -16,6 +16,16 @@ Html({ :>

Terminal colours

+

+ANSI (VT100, ISO-6429) 16-colour text palette +as implemented by various systems and programs. +<: +print + !exists $get{v} ? 'Also see 8-bit legacy hardware palettes.' : + 'Also included are 8-bit legacy hardware palettes.'; +:> +

+
<: use Shiar_Sheet::Colour '1.01'; -- 2.30.0