kingToolbox / kingToolbox/WindTerm

2.7.0 【拆分为右侧分组】宽度挤压问题

Open
#2,796 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C
Stars
32.3k
Forks
2.5k
PR merge metrics
No merged PRs in 30d

Description

2.6 连续拆分时会自动均分宽度的: 例如第一次 屏幕1/2+1/2,第二次1/3+1/3+1/3,第三次1/4+1/4+1/4+1/4 ...
升级为2.7后, 连续拆分,会无限挤压最左边的视图宽度,例如第一次 屏幕1/2+1/2, 第二次【1/4+1/4】+1/2 ,第三次【1/8+1/8】+1/4+1/2 ...

![Image](https://github.com/user-attachments/assets/c4fcb0c9-8453-4e89-b7f6-4fdb7f9714ef)

Contributor guide

No contributing guide indexed for this repository

Research direction

Reproduce consecutive right-side splits in WindTerm 2.7.0 and compare the layout with 2.6, using the example sequence in the issue. Trace the split-view layout behavior from that reproduction; done means repeated splits distribute space evenly across all views instead of continually shrinking the leftmost group.

Written by the indexing model from the issue text.

Assessment

Tech stack
c
Domain
desktop
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.