diff options
-rwxr-xr-x | tcvt.py | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -108,9 +108,6 @@ class Simple: def deleteln(self): self.screen.deleteln() - def inch(self): - return self.screen.inch() - class BadWidth(Exception): pass @@ -250,9 +247,6 @@ class Columns: for i in range(index + 1, self.numcolumns): self.scroll_up(i) - def inch(self): - return self.curwin.inch(self.curypos, self.curxpos) - def acs_map(): """call after curses.initscr""" # can this mapping be obtained from curses? |