Note the deprecation of Terminal::get_cursor_position

This commit is contained in:
Chris Jones 2010-05-05 09:46:09 +01:00
parent 785ed8b591
commit 4fca314259
1 changed files with 1 additions and 0 deletions

View File

@ -1249,6 +1249,7 @@ for %s (%s)' % (name, urlplugin.__class__.__name__))
def get_cursor_position(self):
"""Return the co-ordinates of our cursor"""
# FIXME: THIS METHOD IS DEPRECATED AND UNUSED
col, row = self.vte.get_cursor_position()
width = self.vte.get_char_width()
height = self.vte.get_char_height()