Example #1
0
 def _goto_top(self):
     ansi.restore_position()
     ansi.up(self.height)
Example #2
0
 def _clear_menu(self):
     ansi.restore_position()
     for i in xrange(self.height):
         ansi.clear_eol()
         ansi.up()
     ansi.clear_eol()