fix: some tui work in layout

This commit is contained in:
2026-08-11 14:44:16 +02:00
parent 9e0e37b875
commit 64c90aa1d2
4 changed files with 90 additions and 12 deletions

View File

@@ -33,8 +33,10 @@ editor, or form. A paste containing control characters is rejected and never
submits a command or creates extra entry lines. Losing terminal ownership
(including terminal suspension/focus loss) immediately revokes the lease,
cancels Git and clipboard work, removes plaintext presentation state, and
returns to the locked screen. `NO_COLOR` or `TERM=dumb` selects the monochrome
fallback while preserving focused selections through reverse-video attributes.
returns to the locked screen. A native authentication prompt may temporarily
own focus; its result stays hidden until terminal focus returns. `NO_COLOR` or
`TERM=dumb` selects the monochrome fallback while preserving focused selections
through reverse-video attributes.
Selected rows override nested field colors so labels, masked values, metadata,
and OTP codes keep one high-contrast foreground across the complete selection.