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:
parent
b62afb5e69
commit
27fc9a433c
5 changed files with 35 additions and 150 deletions
|
|
@ -5,7 +5,6 @@ import os
|
|||
import pickle
|
||||
import unittest
|
||||
|
||||
os.environ["TERM"] = "xterm-256color"
|
||||
|
||||
import fill3.terminal as terminal
|
||||
import termstr
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue