Fix TUI layout for halfwidth Japanese sound marks - #35962
Merged
copyberry[bot] merged 1 commit intoJul 29, 2026
Merged
Conversation
## What changed - Use Ratatui-compatible terminal widths throughout TUI layout, preserving full-width counters for long lines. - Wrap and truncate on grapheme boundaries so halfwidth kana sound marks and emoji sequences stay intact. - Apply the corrected sizing to text input, selection popups, status and history cells, Markdown, hyperlinks, and scrollable cloud diffs. ## Testing - Add focused unit and snapshot coverage for wrapping, truncation, cursor and mask alignment, popup columns, status output, session headers, Markdown tables, process output, and scrollable diffs. GitOrigin-RevId: 294ec0bcff743c6bb16d55ec26308524ce741879
copyberry
Bot
force-pushed
the
copyberry/codex-internal-to-codex-oss/294ec0bcff743c6bb16d55ec26308524ce741879
branch
from
July 29, 2026 14:01
e012f3a to
3725f02
Compare
copyberry
Bot
deleted the
copyberry/codex-internal-to-codex-oss/294ec0bcff743c6bb16d55ec26308524ce741879
branch
July 29, 2026 14:02
tylorsaling-source
temporarily deployed
to
issue-triage
July 29, 2026 14:22 — with
GitHub Actions
Inactive
tylorsaling-source
temporarily deployed
to
issue-triage
July 29, 2026 14:22 — with
GitHub Actions
Inactive
tylorsaling-source
temporarily deployed
to
issue-triage
July 29, 2026 14:22 — with
GitHub Actions
Inactive
tylorsaling-source
temporarily deployed
to
issue-triage
July 29, 2026 14:24 — with
GitHub Actions
Inactive
iqbalbhawana
temporarily deployed
to
issue-triage
July 29, 2026 14:24 — with
GitHub Actions
Inactive
iqbalbhawana
temporarily deployed
to
issue-triage
July 29, 2026 14:24 — with
GitHub Actions
Inactive
insilications
temporarily deployed
to
issue-triage
July 29, 2026 14:24 — with
GitHub Actions
Inactive
insilications
temporarily deployed
to
issue-triage
July 29, 2026 14:24 — with
GitHub Actions
Inactive
insilications
had a problem deploying
to
issue-triage
July 29, 2026 14:24 — with
GitHub Actions
Failure
iqbalbhawana
temporarily deployed
to
issue-triage
July 29, 2026 14:24 — with
GitHub Actions
Inactive
insilications
temporarily deployed
to
issue-triage
July 29, 2026 14:25 — with
GitHub Actions
Inactive
YannisKiefer
temporarily deployed
to
issue-triage
July 29, 2026 14:30 — with
GitHub Actions
Inactive
YannisKiefer
temporarily deployed
to
issue-triage
July 29, 2026 14:30 — with
GitHub Actions
Inactive
YannisKiefer
temporarily deployed
to
issue-triage
July 29, 2026 14:30 — with
GitHub Actions
Inactive
YannisKiefer
temporarily deployed
to
issue-triage
July 29, 2026 14:31 — with
GitHub Actions
Inactive
gorgomannaro
temporarily deployed
to
issue-triage
July 29, 2026 14:59 — with
GitHub Actions
Inactive
gorgomannaro
temporarily deployed
to
issue-triage
July 29, 2026 14:59 — with
GitHub Actions
Inactive
gorgomannaro
temporarily deployed
to
issue-triage
July 29, 2026 14:59 — with
GitHub Actions
Inactive
xiaoxuesheng123467
temporarily deployed
to
issue-triage
July 29, 2026 14:59 — with
GitHub Actions
Inactive
ignatremizov
temporarily deployed
to
issue-triage
July 29, 2026 15:00 — with
GitHub Actions
Inactive
ignatremizov
temporarily deployed
to
issue-triage
July 29, 2026 15:00 — with
GitHub Actions
Inactive
ignatremizov
temporarily deployed
to
issue-triage
July 29, 2026 15:00 — with
GitHub Actions
Inactive
ignatremizov
temporarily deployed
to
issue-triage
July 29, 2026 15:01 — with
GitHub Actions
Inactive
miroki404-min
temporarily deployed
to
issue-triage
July 29, 2026 15:04 — with
GitHub Actions
Inactive
miroki404-min
temporarily deployed
to
issue-triage
July 29, 2026 15:04 — with
GitHub Actions
Inactive
miroki404-min
temporarily deployed
to
issue-triage
July 29, 2026 15:04 — with
GitHub Actions
Inactive
0xBlackdruid
temporarily deployed
to
issue-triage
July 29, 2026 15:39 — with
GitHub Actions
Inactive
0xBlackdruid
temporarily deployed
to
issue-triage
July 29, 2026 15:39 — with
GitHub Actions
Inactive
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix TUI layout for halfwidth Japanese sound marks
What changed
full-width counters for long lines.
emoji sequences stay intact.
history cells, Markdown, hyperlinks, and scrollable cloud diffs.
Testing
mask alignment, popup columns, status output, session headers, Markdown
tables, process output, and scrollable diffs.