No description
- Go 98.2%
- Lua 1.4%
- Makefile 0.4%
Extract centered help overlay logic into internal/tui/overlay.go: - CenterOverlay, HelpSection, BuildHelpLines, RenderHelpOverlay, HelpScrollMax - Overlay styles (box, title, section, key, desc, dim) with Linux console ANSI fallbacks in initLinuxConsoleTheme Console help overlay (menu_help.go) now renders the same centered rounded-border box as the editor instead of full-screen status bar rows. Editor help.go and filepicker.go delegate to tui.RenderHelpOverlay and tui.CenterOverlay, eliminating the local copies. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .agent/claude | ||
| .build-plan | ||
| cmd | ||
| docs | ||
| etc/pam.d | ||
| internal | ||
| magefiles | ||
| pkg/xdg | ||
| systemd | ||
| .gitignore | ||
| CLAUDE.md | ||
| go.mod | ||
| go.sum | ||
| Makefile | ||
| README | ||
residual a minimal, portable linux os designed to boot from usb on any x86_64 machine, leave no trace on the host, and persist its own state quietly across sessions. it is not a distribution. it is not a desktop environment. it is a designated environment that follows you. --- built on alpine linux (lts kernel). amber terminal. keyboard-driven. suckless tools, a c compiler, and go. nothing else you didn't ask for. persistence is optional. if none is configured, residual boots read-only and tells you so. run `residual setup` to configure it. --- docs/design.md full design document docs/persistence.md persistence architecture docs/cli-reference.md residual tool reference docs/aesthetic.md color scheme and ui philosophy