コード例 #1
0
/**
 * Start the cursor blinking.
 *
 * FIXME: We dont blink, we simply update the cursor
 */
void
gui_mch_stop_blink()
{
	gui_update_cursor(TRUE, FALSE);
}
コード例 #2
0
ファイル: gui_qt.cpp プロジェクト: wfyaibaib/vim-qt
/**
 * Start the cursor blinking.
 *
 */
void
gui_mch_stop_blink()
{
	vimshell->stopBlinking();
	gui_update_cursor(TRUE, FALSE);
}