Home
last modified time | relevance | path

Searched refs:wgetch (Results 1 – 25 of 1227) sorted by relevance

12345678910>>...50

/dports/chinese/qe/qe-0.1.1/src/
H A Dfbgetch.cc23 key = wgetch(win); in getfirstkey()
39 if ((key = wgetch(win)) == '[') { in getnextkey()
41 switch (key = wgetch(win)) { in getnextkey()
46 if ((key = wgetch(win)) == '~') { in getnextkey()
50 if (wgetch(win) == '~') { in getnextkey()
67 if ((key = wgetch(win)) == '~') { in getnextkey()
70 if (wgetch(win) == '~') { in getnextkey()
88 if (wgetch(win) == '~') { in getnextkey()
95 if (wgetch(win) == '~') { in getnextkey()
108 switch (key = wgetch(win)) { in getnextkey()
[all …]
/dports/audio/aumix/aumix-2.9.1/src/
H A Dgpm-xterm.c61 return wgetch(win); in Gpm_Wgetch()
80 if ((c = wgetch(win)) != 0x1b) in Gpm_Wgetch()
88 if ((c = wgetch(win)) != '[') { in Gpm_Wgetch()
99 if ((c = wgetch(win)) != 'M') in Gpm_Wgetch()
111 mdata[c] = wgetch(win); in Gpm_Wgetch()
/dports/devel/ncurses/ncurses-6.3/test/
H A Dtestcurs.c52 wgetch(win); in Continue()
212 wgetch(win); in inputTest()
244 c = wgetch(win); in inputTest()
314 wgetch(win); in inputTest()
389 wgetch(win); in outputTest()
425 wgetch(win1); in outputTest()
437 wgetch(win1); in outputTest()
610 wgetch(pad); in padTest()
620 wgetch(pad); in padTest()
627 wgetch(pad); in padTest()
H A Dnewdemo.c70 if ((int) (key = (chtype) wgetch(win)) != ERR) { in WaitForUser()
194 while (wgetch(win) == ERR) { in BouncingBalls()
266 if (wgetch(win) != ERR) in main()
318 if (wgetch(win) != ERR) { in main()
/dports/math/sc-im/sc-im-0.8.2/src/
H A Dhelp.c223 char c = wgetch(input_win); in help()
248 int d = wgetch(input_win); in help()
258 d = wgetch(input_win); in help()
276 d = wgetch(input_win); in help()
287 d = wgetch(input_win); in help()
424 return wgetch(input_win); in show_lines()
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/pdcurses-sys-0.7.0/src/PDCurses/pdcurses/
H A Dgetch.c164 int wgetch(WINDOW *win) in wgetch() function
305 return wgetch(stdscr); in mvgetch()
315 return wgetch(win); in mvwgetch()
376 key = wgetch(win); in wget_wch()
/dports/devel/pdcurses/PDCurses-3.5/pdcurses/
H A Dgetch.c160 int wgetch(WINDOW *win) in wgetch() function
301 return wgetch(stdscr); in mvgetch()
311 return wgetch(win); in mvwgetch()
372 key = wgetch(win); in wget_wch()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/pdcurses-sys-0.7.1/src/PDCurses/pdcurses/
H A Dgetch.c164 int wgetch(WINDOW *win) in wgetch() function
305 return wgetch(stdscr); in mvgetch()
315 return wgetch(win); in mvwgetch()
376 key = wgetch(win); in wget_wch()
/dports/devel/mingw32-pdcurses/PDCurses-3.4/pdcurses/
H A Dgetch.c157 int wgetch(WINDOW *win) in wgetch() function
298 return wgetch(stdscr); in mvgetch()
308 return wgetch(win); in mvwgetch()
369 key = wgetch(win); in wget_wch()
/dports/misc/ytree/ytree-2.03/
H A Dtermcap.c29 #undef wgetch
91 ch = wgetch( stdscr ); in TermcapWgetch()
155 buffer[j] = wgetch( win ); in TermcapMultiByte()
H A Dinput.c139 c1 = wgetch(stdscr); in InputString()
420 if( wgetch( stdscr ) != ERR ) pressed = TRUE; in KeyPressed()
435 if( ( c = wgetch( stdscr ) ) != ERR ) pressed = TRUE; in EscapeKeyPressed()
465 #undef wgetch
471 if( ( c = wgetch( w ) ) == KEY_ENTER ) c = LF; in AixWgetch()
/dports/games/alienwave/alienwave/
H A Dmain.c77 while (wgetch(term) == ERR) in presentation()
97 while ((ch=wgetch(term)) == ERR) in pause()
159 c = wgetch(term); in move_ship()
405 while (wgetch(term) != ERR) in main()
/dports/editors/the/THE-3.3RC4/
H A Dgetch.c91 c = wgetch( winptr );
100 c = wgetch( winptr );
345 tmp_c = wgetch(winptr);
/dports/audio/ncmpcpp/ncmpcpp-0.9.2/src/curses/
H A Dwindow.cpp871 x = wgetch(m_window); in getInputChar()
877 key = wgetch(m_window); in getInputChar()
883 key = wgetch(m_window); in getInputChar()
922 key = wgetch(m_window); in getInputChar()
947 key = wgetch(m_window); in getInputChar()
948 int raw_x = wgetch(m_window); in getInputChar()
949 int raw_y = wgetch(m_window); in getInputChar()
960 key = wgetch(m_window); in getInputChar()
1073 key = wgetch(m_window); in getInputChar()
1077 key = wgetch(m_window); in getInputChar()
[all …]
/dports/net/nast/nast-0.2.0/ncurses/
H A Dn_comm.c52 ris=wgetch(pop_up); in ng_print()
135 ris=wgetch(pop_up); in check_pthread()
196 ris=wgetch(pop_up); in n_error()
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/pancurses-0.16.1/src/unix/
H A Dmod.rs7 use ncurses::ll::{resize_term, wgetch};
118 let i = unsafe { wgetch(w) }; in _wgetch()
127 let next_byte = unsafe { wgetch(w) }; in _wgetch()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/pancurses-0.17.0/src/unix/
H A Dmod.rs7 use ncurses::ll::{resize_term, wgetch};
120 let i = unsafe { wgetch(w) }; in _wgetch()
129 let next_byte = unsafe { wgetch(w) }; in _wgetch()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/pancurses-0.16.1/src/unix/
H A Dmod.rs7 use ncurses::ll::{resize_term, wgetch};
118 let i = unsafe { wgetch(w) };
127 let next_byte = unsafe { wgetch(w) };
/dports/games/moria/umoria/atari_st/curscomp/
H A Dcurses.h76 long wgetch ( WINDOW *w );
124 #define getch() wgetch(stdscr)
125 #define mvgetch(y,x) ( wmove(stdscr,y,x) , wgetch(stdscr) )
126 #define mvwgetch(w,y,x) ( wmove(w,y,x) , wgetch(w) )
/dports/games/freesweep/freesweep-1.0.2/
H A Dgpl.c390 Input=wgetch(GPLWin); in PrintGPL()
424 Input=wgetch(GPLWin); in PrintGPL()
/dports/audio/alsa-utils/alsa-utils-1.2.2/alsamixer/
H A Dmainloop.c117 key = wgetch(active_widget->window); in mainloop()
128 key = wgetch(active_widget->window); in mainloop()
/dports/devel/mingw32-pdcurses/PDCurses-3.4/demos/
H A Dtestcurs.c210 wgetch(win); in Continue()
388 c = wgetch(win); in inputTest()
577 wgetch(win); in outputTest()
613 wgetch(win1); in outputTest()
627 wgetch(win1); in outputTest()
790 wgetch(pad); in padTest()
798 wgetch(pad); in padTest()
805 wgetch(pad); in padTest()
/dports/games/omega/omega/
H A Dscr.c97 return(wgetch(Msgw)); in mgetc()
110 c = wgetch(Msgw); in mcigetc()
118 return(wgetch(Menuw)); in menugetc()
124 return(wgetch(Levelw)); in lgetc()
134 p = wgetch(Msgw); in ynq()
155 p = wgetch(Msg1w); in ynq1()
176 p = wgetch(Msg2w); in ynq2()
852 c = wgetch(Msgw); in morewait()
868 c = wgetch(Msgw); in stillonblock()
1137 while (wgetch(stdscr) != 'c')
[all …]
/dports/multimedia/musikcube/musikcube-0.96.7/src/3rdparty/win32_src/pdcurses/
H A Dgetch.c340 int wgetch(WINDOW *win) in wgetch() function
484 return wgetch(stdscr); in mvgetch()
494 return wgetch(win); in mvwgetch()
559 key = wgetch(win); in wget_wch()
/dports/security/yersinia/yersinia-8c0d7c5/src/
H A Dncurses-interface.c414 key_pressed = wgetch(attack_screen); in ncurses_i_attack_screen()
717 key_pressed = wgetch(info_window); in ncurses_i_show_info()
839 key_pressed = wgetch(view_window); in ncurses_i_view_packet()
951 key_pressed = wgetch(list_window); in ncurses_i_list_attacks()
1074 key_pressed = wgetch(list_window); in ncurses_i_list_filecaps()
1316 key_pressed = wgetch(my_window); in ncurses_i_getconfirm()
1389 key_pressed = wgetch(win); in ncurses_i_popup_window()
1488 key_pressed = wgetch(win); in ncurses_i_edit_tlv()
1584 key_pressed = wgetch(win); in ncurses_i_add_selected_tlv_type()
1865 key_pressed = wgetch(my_window); in ncurses_i_attack_get_params()
[all …]

12345678910>>...50