Home
last modified time | relevance | path

Searched refs:gui_ph_timer_cursor (Results 1 – 1 of 1) sorted by relevance

/dports/editors/vim/vim-8.2.3745/src/
H A Dgui_photon.c61 static PtWidget_t *gui_ph_timer_cursor; // handle cursor blinking variable
337 PtSetResource(gui_ph_timer_cursor, Pt_ARG_TIMER_INITIAL, in gui_ph_handle_timer_cursor()
344 PtSetResource(gui_ph_timer_cursor, Pt_ARG_TIMER_INITIAL, in gui_ph_handle_timer_cursor()
1221 gui_ph_timer_cursor = PtCreateWidget(PtTimer, gui.vimWindow, 0, NULL); in gui_mch_init()
1222 if (gui_ph_timer_cursor == NULL) in gui_mch_init()
1229 PtAddCallback(gui_ph_timer_cursor, Pt_CB_TIMER_ACTIVATE, in gui_mch_init()
2280 PtSetResource(gui_ph_timer_cursor, Pt_ARG_TIMER_INITIAL, in gui_mch_start_blink()
2290 PtSetResource(gui_ph_timer_cursor, Pt_ARG_TIMER_INITIAL, 0, 0); in gui_mch_stop_blink()