Skip to content

Set max window width to 120 columns#17

Merged
hjetmundsen merged 1 commit into
mainfrom
feature/max-window-width
Sep 18, 2025
Merged

Set max window width to 120 columns#17
hjetmundsen merged 1 commit into
mainfrom
feature/max-window-width

Conversation

@hjetmundsen

Copy link
Copy Markdown
Collaborator

120 columns is the maximum width that the Rovo Dev chat box can expand to. After that, there is just empty space.

Pull Request

Description

Fixes the maximum width of the Rovo Dev terminal window to 120 columns. The Rovo Dev chat box can't be wider than 120 columns. Making the window any larger is simply wasting space. A user might have width set to 0.33 which is less than 120 columns on a small monitor but greater than 120 on a larger external monitor. This ensures that on the large monitor, the window will fill up as much space as it can without wasting space.

Type of Change

Please check the options that are relevant:

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Code refactoring
  • Performance improvement
  • Other (please describe):

Checklist

Please check all that apply:

  • I have read the CONTRIBUTING document
  • My code follows the style guidelines of this project
  • 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
  • I have tested with the actual Rovo Dev CLI tool
  • I have tested in different environments (if applicable)

Screenshots (if applicable)

Before with 0.33 width on ultrawide monitor

Screenshot 2025-09-18 at 1 51 19 PM

After with 0.33 width on ultrawide monitor

Screenshot 2025-09-18 at 1 50 50 PM

Additional Notes

Add any other context about the PR here.

120 columns is the maximum width that the Rovo Dev chat box can expand
to. After that, there is just empty space.
@hjetmundsen hjetmundsen self-assigned this Sep 18, 2025
@hjetmundsen hjetmundsen linked an issue Sep 18, 2025 that may be closed by this pull request
@hjetmundsen hjetmundsen merged commit a0b0dfe into main Sep 18, 2025
5 checks passed
@hjetmundsen hjetmundsen deleted the feature/max-window-width branch September 18, 2025 20:57
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.

[FEATURE] Max Terminal Width

1 participant