Coding style.

- Add xterm colors, and func for finding closest color, to
  termstr.py.
- Remove termstr's dependencies on pygments and ColorMap.py.
This commit is contained in:
Andrew Hamilton 2021-11-10 23:58:59 +10:00
parent b62afb5e69
commit 27fc9a433c
5 changed files with 35 additions and 150 deletions

View file

@ -5,7 +5,6 @@ import os
import pickle
import unittest
os.environ["TERM"] = "xterm-256color"
import fill3.terminal as terminal
import termstr