Apply default colors in diff kitten

This commit is contained in:
Kovid Goyal
2018-04-24 10:33:18 +05:30
parent fe5b8f3aec
commit 5c4b14468c
4 changed files with 18 additions and 9 deletions

View File

@@ -14,6 +14,7 @@ class Handler:
self.initialize()
def __exit__(self, *a):
del self.write_buf[:]
self.finalize()
def initialize(self):