dirtywords

portable text interface framework  https://pypi.python.org/pypi/dirtywords
git clone https://git.ce9e.org/dirtywords.git

commit
8b72cf7dd5557ca2c71f1f74d83b155ec9f6ecc0
parent
8d78fcb0bcf57b0fc24b954811ee6af2de1254fe
Author
Tobias Bengfort <tobias.bengfort@gmx.net>
Date
2014-10-07 18:16
typo

Diffstat

M dirtywords/base.py 2 +-

1 files changed, 1 insertions, 1 deletions


diff --git a/dirtywords/base.py b/dirtywords/base.py

@@ -154,7 +154,7 @@ class Screen(Core):
  154   154     def fill(self, ch):
  155   155         """Fill whole screen with character."""
  156   156         for y in range(self.height):
  157    -1             self.row(y, ch)
   -1   157             self.fill_row(y, ch)
  158   158 
  159   159     def clear(self):
  160   160         """Clear whole screen."""