Home
last modified time | relevance | path

Searched refs:cursorRight (Results 1 – 25 of 111) sorted by relevance

12345

/dports/benchmarks/ali/ali-0.7.5/vendor/github.com/mum4k/termdash/widgets/textinput/
H A Deditor_test.go412 fe.cursorRight()
413 fe.cursorRight()
414 fe.cursorRight()
498 fe.cursorRight()
499 fe.cursorRight()
500 fe.cursorRight()
549 fe.cursorRight()
550 fe.cursorRight()
551 fe.cursorRight()
552 fe.cursorRight()
[all …]
/dports/x11/konsole/konsole-21.12.3/src/autotests/
H A DScreenTest.cpp143 screen->cursorRight(-1); in testCursorPosition()
146 screen->cursorRight(3); in testCursorPosition()
149 screen->cursorRight(0); in testCursorPosition()
161 screen->cursorRight(2147483647); in testCursorPosition()
/dports/lang/ghc/ghc-8.10.7/libraries/terminfo/System/Console/Terminfo/
H A DCursor.hs43 cursorRight,
122 cursorRight :: TermStr s => Capability (Int -> s)
123 cursorRight = tiGetOutput1 "cuf" function
157 moveRight = move cursorRight1 cursorRight
/dports/java/jfreechart/jfreechart-1.0.17/source/org/jfree/chart/axis/
H A DAxisState.java118 cursorRight(units); in moveCursor()
154 public void cursorRight(double units) { in cursorRight() method in AxisState
/dports/devel/kf5-ktexteditor/ktexteditor-5.89.0/autotests/src/
H A Dtestutils.cpp124 REP_CALL(cursorRight) in REP_CALL()
178 ALIAS(cursorNext, cursorRight) in ALIAS()
179 ALIAS(right, cursorRight) in ALIAS()
180 ALIAS(next, cursorRight) in ALIAS()
/dports/games/blockattack/blockattack-game-2.7.0/source/code/
H A DReadKeyboard.cpp81 bool ReadKeyboard::cursorRight() { in cursorRight() function in ReadKeyboard
121 cursorRight(); in ReadKey()
H A DReadKeyboard.h48 bool cursorRight();
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/hscolour-1.24.4/Language/Haskell/HsColour/
H A DANSI.hs8 , cursorUp, cursorDown, cursorLeft, cursorRight
43 cursorRight = "\ESC[C" function
/dports/print/hs-hscolour/hscolour-1.24.4/Language/Haskell/HsColour/
H A DANSI.hs8 , cursorUp, cursorDown, cursorLeft, cursorRight
43 cursorRight = "\ESC[C" function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/hscolour-1.24.4/Language/Haskell/HsColour/
H A DANSI.hs8 , cursorUp, cursorDown, cursorLeft, cursorRight
43 cursorRight = "\ESC[C" function
/dports/editors/kile/kile-09ee4ef0417165b93da82c1fc057b9e1713a0c05/src/scripting/
H A Dkilescriptview.h50 Q_INVOKABLE void cursorRight();
H A Dkilescriptview.cpp74 void KileScriptView::cursorRight() in cursorRight() function in KileScript::KileScriptView
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svtools/inc/table/
H A Dtablecontrolinterface.hxx45 cursorRight, enumerator
/dports/editors/libreoffice/libreoffice-7.2.6.2/svtools/inc/table/
H A Dtablecontrolinterface.hxx41 cursorRight, enumerator
/dports/chinese/ibus-chewing/ibus-chewing-1.5.1/src/
H A DIBusChewingEngine-signal.c209 gint cursorRight = chiSymbolCursor + icPreEdit->bpmfLen; in decorate_pre_edit() local
213 charLen, cursorRight); in decorate_pre_edit()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/qt3support/text/
H A Dq3multilineedit.h121 virtual void cursorRight(bool mark=false, bool wrap = true);
/dports/devel/qmake/qt-x11-free-3.3.8/src/attic/
H A Dqtmultilineedit.h210 virtual void cursorRight( bool mark=FALSE, bool wrap = TRUE );
302 void cursorRight( bool mark, bool clear_mark, bool wrap );
/dports/devel/qmake/qt-x11-free-3.3.8/src/widgets/
H A Dqmultilineedit.h115 virtual void cursorRight( bool mark=FALSE, bool wrap = TRUE );
/dports/audio/fasttracker2/ft2-clone-1.49/src/
H A Dft2_pattern_ed.h78 void cursorRight(void);
/dports/editors/libreoffice/libreoffice-7.2.6.2/svtools/source/table/
H A Ddefaultinputhandler.cxx152 { KEY_RIGHT, 0, cursorRight }, in KeyInput()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svtools/source/table/
H A Ddefaultinputhandler.cxx152 { KEY_RIGHT, 0, cursorRight }, in KeyInput()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/include/tool/
H A Dactions.h116 static TOOL_ACTION cursorRight; variable
/dports/security/pinentry-qt5/pinentry-1.1.1/tqt/
H A Dsecqlineedit.h132 void cursorRight( bool mark, int steps = 1 ) { cursorForward( mark, steps ); }
/dports/security/pinentry-gnome3/pinentry-1.1.1/tqt/
H A Dsecqlineedit.h132 void cursorRight( bool mark, int steps = 1 ) { cursorForward( mark, steps ); }
/dports/security/pinentry-gtk2/pinentry-1.1.1/tqt/
H A Dsecqlineedit.h132 void cursorRight( bool mark, int steps = 1 ) { cursorForward( mark, steps ); }

12345