From: Mischa POSLAWSKY Date: Sat, 31 Oct 2015 15:54:24 +0000 (+0100) Subject: termcol: introduction text with link to toggle extended mode X-Git-Tag: v1.9~102 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/796b36858c7d2dd94400f795459ac9802be66359?hp=e91a2ba2717ffcad718e1875f1b1fb30bb5ca5b4 termcol: introduction text with link to toggle extended mode --- 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';