Include writer bugfix.

pull/34/head
Peter Hinch 2021-09-19 12:00:54 +01:00
rodzic 2335e431aa
commit b5d62a64c5
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -150,6 +150,8 @@ class Writer():
self._printline(rstr, invert) # Recurse
def stringlen(self, string, oh=False):
if not len(string):
return 0
sc = self._getstate().text_col # Start column
wd = self.screenwidth
l = 0