Borders of panes are improperly updated when closing a pane #5695

Closed
opened 2026-01-31 00:19:23 +00:00 by claunia · 1 comment
Owner

Originally created by @mcpiroman on GitHub (Dec 25, 2019).

Simplest possible repro way:

  1. Split pane two times
  2. Close left-most pane

Effect: Right pane doesn't have any border, although it touches other pane (btw, this is also the repo for #3744).

This is because a remainingPane always clears the border that it got from split, even if it is still needed.
I've actually fixed this in my upcoming PR, I'm only filling this issue so I can mark it as closed ;)

Originally created by @mcpiroman on GitHub (Dec 25, 2019). Simplest possible repro way: 1. Split pane two times 2. Close left-most pane Effect: Right pane doesn't have any border, although it touches other pane (btw, this is also the repo for #3744). This is because a `remainingPane` always clears the border that it got from split, even if it is still needed. I've actually fixed this in my upcoming PR, I'm only filling this issue so I can mark it as closed ;)
Author
Owner

@zadjii-msft commented on GitHub (Feb 6, 2023):

Hey this was fixed in 1.17. I bet is was fixed when support for selecting parent panes was added a couple releases ago.

@zadjii-msft commented on GitHub (Feb 6, 2023): Hey this was fixed in 1.17. I _bet_ is was fixed when support for selecting parent panes was added a couple releases ago.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#5695