summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtcvt.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/tcvt.py b/tcvt.py
index a257c2b..f1af84e 100755
--- a/tcvt.py
+++ b/tcvt.py
@@ -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?