Searched refs:getkey (Results 1 – 19 of 19) sorted by relevance
106 def getkey(self): member in Console133 def getkey(self): member in Console291 b = console.getkey()
99 getkey info[p].khmer_category();
113 getkey info[p].myanmar_category();
112 getkey info[p].indic_category();
181 getkey info[p].use_category();
98 stdscr.getbkgd, stdscr.getkey, stdscr.getmaxyx,357 self.stdscr.getkey()
98 stdscr.getbkgd, stdscr.getkey, stdscr.getmaxyx,372 self.stdscr.getkey()
152 stdscr.getkey()445 * :meth:`~curses.window.getkey` does the same thing but converts the452 :meth:`getch` and :meth:`getkey` for the window become454 ``curses.ERR`` (a value of -1) and :meth:`getkey` raises an exception.
95 getkey opcodes.getOpcodeValue(instructions.get(p).getOpcode());
119 # define getch() getkey() /* GRR: need getche() */
405 def getkey(self, *args): member in Window
660 Added a workaround for getkey() in curses for ncurses 5.7 and earlier.
1145 Added a workaround for getkey() in curses for ncurses 5.7 and earlier.
1172 k = visual.scene.kb.getkey()
872 .. method:: window.getkey([y, x])
706 Fixed curses cleanup when getkey is interrupted by a signal.
946 .. method:: window.getkey([y, x])
566 o test/ssl: export getkey()/getcert()/get_ssl_ctx()/init_ssl() for https (0c4c387 Azat Khuzhin)
5210 - Issue #8862: Fixed curses cleanup when getkey is interrupted by a signal.