def switch_import_file(self, stdscr = None):
if stdscr is None and len(self.stdscrs) > 0:
stdscr = self.stdscrs[-1]
ret = self._switch(stdscr, Spreader, logic="importer")
if len(self.stdscrs) > 0:
# curses.ungetch(ord("L") - ord("@"))
curses.ungetch("Q")
return ret
评论列表
文章目录