diff --git a/setup.py b/setup.py index ffc9025..23f31db 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name="terminedia", packages=find_packages(), - version="0.4.0", + version="0.4.1", license="LGPLv3+", author="João S. O. Bueno", author_email="gwidion@gmail.com", diff --git a/terminedia/screen.py b/terminedia/screen.py index bb09248..08eda3b 100644 --- a/terminedia/screen.py +++ b/terminedia/screen.py @@ -283,6 +283,9 @@ def set_at(self, pos, pixel=None): def get_at(self, pos): return self[pos] + def get_raw(self, pos): + return self.shape.get_raw(pos) + def reset_at(self, pos): """Resets pixel at given coordinate