Skip to content

fix(status): pad View output to terminal height to prevent ghost lines on resize#601

Merged
tw93 merged 1 commit intotw93:mainfrom
sibisai:fix/status-resize-ghost-lines
Mar 20, 2026
Merged

fix(status): pad View output to terminal height to prevent ghost lines on resize#601
tw93 merged 1 commit intotw93:mainfrom
sibisai:fix/status-resize-ghost-lines

Conversation

@sibisai
Copy link
Copy Markdown
Contributor

@sibisai sibisai commented Mar 20, 2026

Summary

Safety Review

  • Does this change affect cleanup, uninstall, optimize, installer, remove, analyze delete, update, or install behavior? No.
  • Does this change affect path validation, protected directories, symlink handling, sudo boundaries, or release/install integrity? No.
  • This is a display-only fix in the Go TUI (cmd/status/main.go).

Tests

  • go test -v ./cmd/status/ — all pass
  • golangci-lint run ./cmd/status/... — 0 issues
  • go vet ./cmd/status/... — clean
  • make build — success
  • Manual: resized terminal taller, shorter, narrower, wider while mo status was running — no ghost lines

Safety-related changes

  • None.

@sibisai sibisai requested a review from tw93 as a code owner March 20, 2026 01:51
@tw93 tw93 merged commit bc84246 into tw93:main Mar 20, 2026
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.

[BUG] mo status: terminal resize causes ghost lines from previous frames

2 participants