get_wch.c | 404 return wget_wch(stdscr, ch); 428 return wget_wch(win, ch); 432 * wget_wch -- 436 wget_wch(WINDOW *win, wint_t *ch) function in typeref:typename:int 456 __CTRACE(__CTRACE_INPUT, "wget_wch: __echoit = %d, " 466 __CTRACE(__CTRACE_INPUT, "wget_wch returning char at %d\n", 540 __CTRACE(__CTRACE_INPUT, "wget_wch assembled keysym 0x%x\n", 543 __CTRACE(__CTRACE_INPUT, "wget_wch got '%s'\n", unctrl(inp));
|