Skip to content

Fix console input cursor not repositioning after output - #2849

Open
SougandhS wants to merge 1 commit into
eclipse-platform:masterfrom
SougandhS:ConsoleCursorFix
Open

Fix console input cursor not repositioning after output#2849
SougandhS wants to merge 1 commit into
eclipse-platform:masterfrom
SougandhS:ConsoleCursorFix

Conversation

@SougandhS

@SougandhS SougandhS commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

Added repositionCaretAfterOutput() to IOConsoleViewer to move the caret to the next writable input partition whenever output is written.
Before :
bfr

After :
dff

Fixes : #2127

Added repositionCaretAfterOutput() to IOConsoleViewer to move the caret
to the next writable input partition whenever output is written.

Fixes : eclipse-platform#2127
@github-actions

github-actions Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

Test Results

    54 files  ±0      54 suites  ±0   59m 20s ⏱️ + 3m 17s
 4 702 tests ±0   4 680 ✅ ±0   22 💤 ±0  0 ❌ ±0 
12 000 runs  ±0  11 847 ✅ ±0  153 💤 ±0  0 ❌ ±0 

Results for commit df44576. ± Comparison against base commit 29df77f.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Console input cursor does not reposition correctly after invalid input in Java program

1 participant