Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/beanshell/beanshell
/ forceCaretMoveToStart
Method
forceCaretMoveToStart
src/bsh/util/JConsole.java:382–387 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
380
}
381
382
private
void
forceCaretMoveToStart() {
383
if
(text.getCaretPosition() < cmdStart) {
384
// move caret first!
385
}
386
text.repaint();
387
}
388
389
390
private
void
enter() {
Callers
1
type
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected