Home
last modified time | relevance | path

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

/dports/games/xinfocom/xinfocom/
H A Dwio.h25 void redraw_cursor(void);
H A Dwio_unix.c431 redraw_cursor(); in focus()
621 void redraw_cursor(void) in redraw_cursor() function
H A Dconsole.c132 redraw_cursor(); in force_update()
/dports/multimedia/musikcube/musikcube-0.96.7/src/3rdparty/win32_src/pdcurses/wingui/
H A Dpdcdisp.c151 static void redraw_cursor( const HDC hdc) in redraw_cursor() function
191 redraw_cursor( hdc); in PDC_gotoyx()
646 redraw_cursor( hdc); in PDC_transform_line_given_hdc()
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/pdcurses-sys-0.7.0/src/PDCurses/win32a/
H A Dpdcdisp.c147 static void redraw_cursor( const HDC hdc) in redraw_cursor() function
187 redraw_cursor( hdc); in PDC_gotoyx()
697 redraw_cursor( hdc); in PDC_transform_line_given_hdc()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/pdcurses-sys-0.7.1/src/PDCurses/win32a/
H A Dpdcdisp.c147 static void redraw_cursor( const HDC hdc) in redraw_cursor() function
187 redraw_cursor( hdc); in PDC_gotoyx()
697 redraw_cursor( hdc); in PDC_transform_line_given_hdc()
/dports/audio/eq10q-lv2/eq10q-2.2/gui/widgets/
H A Dbodeplot.h113 virtual void redraw_cursor(double x, double y);
H A Dbodeplot.cpp534 redraw_cursor(xclipped, dB2Pixels(m_filters[m_iBandSel]->Gain)); in on_mouse_motion_event()
546 redraw_cursor(event->x -CURVE_MARGIN - CURVE_TEXT_OFFSET_X, event->y - CURVE_MARGIN); in on_mouse_motion_event()
701 redraw_cursor(event->x - CURVE_MARGIN - CURVE_TEXT_OFFSET_X, event->y - CURVE_MARGIN); in on_mouse_leave_widget()
1616 void PlotEQCurve::redraw_cursor(double x, double y) in redraw_cursor() function in PlotEQCurve
/dports/games/zangband/zangband/src/
H A Dz-term.c1709 bool redraw_cursor = FALSE; in Term_redraw_section() local
1746 redraw_cursor = TRUE; in Term_redraw_section()
1754 if (redraw_cursor) Term_fresh_cursor(); in Term_redraw_section()
/dports/devel/m17n-lib/m17n-lib-1.8.0/example/
H A DChangeLog582 * medit.c (redraw_cursor): Fix checking of redrawing area.
658 * medit.c (redraw_cursor): Refer to cursor.logical_width instead
H A Dmedit.c462 redraw_cursor (int clear) in redraw_cursor() function
793 redraw_cursor (0); in show_cursor()
902 redraw_cursor (1); in hide_cursor()