Skip to content

fix: Draw terminal characters individually to prevent clipping with f…#2614

Open
astrograph wants to merge 1 commit intoeclipse-platform:masterfrom
astrograph:fix/terminal-dpi-clipping
Open

fix: Draw terminal characters individually to prevent clipping with f…#2614
astrograph wants to merge 1 commit intoeclipse-platform:masterfrom
astrograph:fix/terminal-dpi-clipping

Conversation

@astrograph
Copy link
Copy Markdown
Contributor

…ractional DPI scaling

On Windows with fractional DPI scaling (125%, 150%), SWT/GDI accumulates sub-pixel rounding when drawing a whole string, causing glyphs to overflow their grid cells. Draw each character at its exact cell position instead.

…ractional DPI scaling

On Windows with fractional DPI scaling (125%, 150%), SWT/GDI accumulates sub-pixel rounding when drawing a whole string, causing glyphs to overflow their grid cells. Draw
each character at its exact cell position instead.
@astrograph astrograph force-pushed the fix/terminal-dpi-clipping branch from 71dce6f to 866daba Compare April 7, 2026 09:05
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 7, 2026

Test Results

    54 files  ±0      54 suites  ±0   37m 19s ⏱️ + 1m 39s
 4 556 tests ±0   4 533 ✅ ±0   23 💤 ±0  0 ❌ ±0 
12 264 runs  ±0  12 105 ✅ ±0  159 💤 ±0  0 ❌ ±0 

Results for commit 866daba. ± Comparison against base commit a43ab52.

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.

1 participant