Skip to content

fix(shell): stop clipping last terminal row on alt-screen#58

Merged
DannyNs merged 1 commit into
developfrom
fix/security-hardening
Jul 3, 2026
Merged

fix(shell): stop clipping last terminal row on alt-screen#58
DannyNs merged 1 commit into
developfrom
fix/security-hardening

Conversation

@DannyNs

@DannyNs DannyNs commented Jul 3, 2026

Copy link
Copy Markdown
Collaborator

clip-path inset(0 0 17px 0) hid one full row of TUI content — Claude Code's mode/status line was invisible. The rule was a workaround for a stray cursor bar, but the page uses xterm's DOM renderer where the kept .xterm-cursor-layer rule never applied; the clip was hiding content, not the artifact.

clip-path inset(0 0 17px 0) hid one full row of TUI content —
Claude Code's mode/status line was invisible. The rule was a
workaround for a stray cursor bar, but the page uses xterm's DOM
renderer where the kept .xterm-cursor-layer rule never applied;
the clip was hiding content, not the artifact.
@DannyNs DannyNs merged commit d277e59 into develop Jul 3, 2026
1 check failed
@DannyNs DannyNs deleted the fix/security-hardening branch July 3, 2026 11:45
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.

1 participant