Fix font glyphs (/ ( ) and \); safe install pre-warm; v3.5.4#22
Merged
Conversation
Font: the bitmap font's '/' was coded as a backslash (it shifted by 6-row, top-
left -> bottom-right), so "STEREO / METERS", "BUILD / DROP", and "CLIP 0/0" all
rendered with a backslash; '(' and ')' fell through to blank, so the tab label
"KEYS (COMPOSE)" showed as "KEYS COMPOSE". Fixed '/' to draw bottom-left ->
top-right, added a real '\' glyph, and added '(' / ')' glyphs. Verified the
shapes with a standalone ASCII render.
install.sh: replaced the fragile GUI pre-warm (open -gj + osascript quit, which
re-used an existing instance and could hang / leave a lingering audio-hogging
VLC) with a safe headless run (VLC -I dummy vlc://quit) that loads + signature-
checks the app and rebuilds the plugin scan, then exits cleanly in a few seconds
-- no window, no lingering process. Plus an honest one-line heads-up that the
first post-install launch may still spin briefly while macOS verifies the app.
Bumps DIX_VERSION to 3.5.4.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01JpVzsy8Wrc9DYEXns2Njzb
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.
Two polish fixes CJ requested.
Font glyphs
The bitmap font's
/was coded as a backslash (shifted by6-row, top-left → bottom-right), soSTEREO / METERS,BUILD / DROP, andCLIP 0/0all rendered with a backslash;(and)fell through to blank, so the tabKEYS (COMPOSE)showed asKEYS COMPOSE./to draw bottom-left → top-right.\glyph and proper(/)glyphs.Safe install pre-warm
Replaced the fragile GUI pre-warm (
open -gj+osascript quit— which re-used an existing instance, hung, and could leave a lingering audio-device-hogging VLC) with a safe headless run (VLC -I dummy vlc://quit) that loads + signature-checks the app and rebuilds the plugin scan, then exits cleanly in a few seconds — no window, no lingering process. Plus an honest one-line heads-up that the first post-install launch may still spin briefly.Verified: pre-warm runs and leaves no lingering VLC. Unit tests pass; builds clean. Bumps
DIX_VERSIONto 3.5.4.🤖 Generated with Claude Code
Proudly Made in Nebraska. Go Big Red! 🌽 https://xkcd.com/2347/