Skip to content

Comments

Fix vf-eval non-TUI live overflow rendering#883

Merged
willccbb merged 1 commit intomainfrom
sebastian/vf-tui-rendering-2026-02-09
Feb 9, 2026
Merged

Fix vf-eval non-TUI live overflow rendering#883
willccbb merged 1 commit intomainfrom
sebastian/vf-tui-rendering-2026-02-09

Conversation

@snimu
Copy link
Contributor

@snimu snimu commented Feb 9, 2026

Description

When the terminal window wasn't high enough, the progress bar would render very poorly:

image

After this pr it looks good again:

image

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Test improvement

Testing

  • All existing tests pass when running uv run pytest locally.
  • New tests have been added to cover the changes

Checklist

  • My code follows the style guidelines of this project as outlined in AGENTS.md
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • Any dependent changes have been merged and published

Note

Low Risk
Small, localized change to terminal rendering configuration; main risk is minor formatting/visibility differences in edge-case terminal sizes.

Overview
Fixes Rich Live rendering in non-TUI mode by clamping vertical_overflow to "ellipsis" when screen=False, preventing oversized frames from scrolling and smearing repeated refreshes in small terminals. TUI/alternate-screen mode keeps vertical_overflow="visible" so full content can still render when space permits.

Written by Cursor Bugbot for commit 524141c. This will update automatically on new commits. Configure here.

@willccbb willccbb merged commit 68419da into main Feb 9, 2026
6 checks passed
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.

2 participants