-
Notifications
You must be signed in to change notification settings - Fork 13.1k
UI: Extraneous empty lines in history output #24434
Copy link
Copy link
Labels
area/coreIssues related to User Interface, OS Support, Core FunctionalityIssues related to User Interface, OS Support, Core Functionalitypriority/p1Important and should be addressed in the near term.Important and should be addressed in the near term.status/need-triageIssues that need to be triaged by the triage automation.Issues that need to be triaged by the triage automation.workstream-rollupLabel used to tag epics and features that are associated with one of the three primary workstreamsLabel used to tag epics and features that are associated with one of the three primary workstreams🔒 maintainer only⛔ Do not contribute. Internal roadmap item.⛔ Do not contribute. Internal roadmap item.
Metadata
Metadata
Assignees
Labels
area/coreIssues related to User Interface, OS Support, Core FunctionalityIssues related to User Interface, OS Support, Core Functionalitypriority/p1Important and should be addressed in the near term.Important and should be addressed in the near term.status/need-triageIssues that need to be triaged by the triage automation.Issues that need to be triaged by the triage automation.workstream-rollupLabel used to tag epics and features that are associated with one of the three primary workstreamsLabel used to tag epics and features that are associated with one of the three primary workstreams🔒 maintainer only⛔ Do not contribute. Internal roadmap item.⛔ Do not contribute. Internal roadmap item.
Type
Fields
Give feedbackNo fields configured for Bug.
Projects
Status
Closed
What happened?
Extraneous empty lines are being written to the history output in the terminal UI. This is particularly noticeable around tool execution outputs. The logic for top margins and borders is creating unintended gaps in the output stream.
What did you expect to happen?
The history output should be visually dense and cohesive, without unnecessary vertical whitespace or empty lines between contiguous history items and tool groups.
Client information
Client Information
Platform: macOS (
darwin)Anything else we need to know?
PR is currently being drafted to address the layout issues.