From 794902affeab9b23f62d4007df72d8dd60af6efb Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Sat, 12 Nov 2016 05:43:00 +0100 Subject: [PATCH] termcol: merge iterm with putty, put in ansi preset Not especially distinct, but probably the most frequently used for terminal emulators outside of linux. --- termcol.inc.pl | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/termcol.inc.pl b/termcol.inc.pl index f1813ca..a38b6d4 100644 --- a/termcol.inc.pl +++ b/termcol.inc.pl @@ -3,9 +3,9 @@ use 5.010; use Shiar_Sheet::Colour 1.05; +{ - default => [qw( ansi xkcd ansi88 )], + default => [qw( ansi ansi88 )], more => [qw( ansi mirc legacy ansi256 )], - ansi => [qw( cga xterm tango app html cgarne )], + ansi => [qw( cga putty xterm tango app html cgarne )], legacy => [qw( c64 msx2 mac2 risc arnegame cpc )], html => { @@ -74,15 +74,7 @@ use Shiar_Sheet::Colour 1.05; )], parent => 'cga', }, - iterm => { - name => 'iTerm', - title => 'iTerm v2.2.1', - list => [qw( - 000000 BB0000 00BB00 BBBB00 0000BB BB00BB 00BBBB BBBBBB - 555555 FF5555 55FF55 FFFF55 5555FF FF55FF 55FFFF FFFFFF - )], - parent => 'cga', - }, + iterm => ['putty'], # identical in v2.2.1 pastel => { name => 'iTerm Pastel', list => [qw( -- 2.30.0