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

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