tui: brighter operator monolog in a padded clear-box, no fade-out#391
Merged
Conversation
Three readability tweaks to the operator's matrix-rain monolog (text, not widget): 1. Brighter color — use theme.text + BOLD, the same color the matrix horizontal keyword reveals use at full brightness (was the dimmer matrix_glow / matrix_dim). 2. Padding — wrap the text to a tight box and `Clear` a padded region (2 cols left/right, 1 row top/bottom) around it, so the text sits on clean backdrop with a margin instead of blending into the rain. 3. No fade — disappear at once after the type→hold window instead of dimming out (dropped MONOLOG_FADE_MS). Still an overlay (rain keeps animating around the box, no restart) and still skipped while the orchestrator panel is open. 4 monolog tests pass.
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Three readability tweaks to the operator's matrix-rain monolog (the text overlay, not widgets), all in
render_operator_monolog:theme.text+ BOLD, the same color the matrix horizontal keyword reveals use at full brightness (matrix_reveal_style). Was the dimmermatrix_glow/matrix_dim.Cleared around it (2 cols left/right, 1 row top/bottom), so it sits on clean backdrop with a margin instead of blending into the rain. (Added a smallwrap_to_widthhelper so the box can be sized to the wrapped lines.)MONOLOG_FADE_MS).Unchanged: still an overlay (the rain keeps animating around the box and never restarts), and still skipped while the orchestrator panel is open. 4 monolog tests pass; full build clean.
Visual — best confirmed live; you can run the worktree's
agentbinary to see it.