Home
last modified time | relevance | path

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

/dports/editors/neovim-qt/neovim-qt-0.2.16.1/src/gui/shellwidget/
H A Dshellwidget.h99 void setNeovimCursor(uint64_t col, uint64_t row) noexcept;
H A Dshellwidget.cpp541 void ShellWidget::setNeovimCursor(uint64_t row, uint64_t col) noexcept in setNeovimCursor() function in ShellWidget
/dports/editors/neovim-qt/neovim-qt-0.2.16.1/src/gui/
H A Dshell.cpp353 setNeovimCursor(m_cursor_pos.y(), m_cursor_pos.x()+cols); in handlePut()
456 setNeovimCursor(opargs.at(0).toULongLong(), opargs.at(1).toULongLong()); in handleRedraw()
1049 setNeovimCursor(row, column); in handleGridCursorGoto()