Use a more common terminal type.

This commit is contained in:
Andrew Hamilton 2016-10-26 14:09:05 +02:00
parent cff347ae77
commit 3cf7d52a63
16 changed files with 84 additions and 84 deletions

View file

@ -13,7 +13,7 @@ import unittest
import psutil
os.environ["TERM"] = "st-256color"
os.environ["TERM"] = "xterm-256color"
import fill3
import golden