# Terminal Compatibility Matrix Manual verification checklist for lore-tui rendering across terminal emulators. **How to use:** Run `cargo run -p lore-tui` in each terminal, navigate through all screens, and mark each cell with one of: - OK — works correctly - PARTIAL — works with minor visual glitches (describe in Notes) - FAIL — broken or unusable (describe in Notes) - N/T — not tested Last verified: _not yet_ ## Rendering Features | Feature | iTerm2 | tmux | Alacritty | kitty | WezTerm | |----------------------|--------|------|-----------|-------|---------| | True color (RGB) | | | | | | | Unicode box-drawing | | | | | | | CJK wide characters | | | | | | | Bold text | | | | | | | Italic text | | | | | | | Underline | | | | | | | Dim / faint | | | | | | | Strikethrough | | | | | | ## Interaction Features | Feature | iTerm2 | tmux | Alacritty | kitty | WezTerm | |----------------------|--------|------|-----------|-------|---------| | Keyboard input | | | | | | | Mouse click | | | | | | | Mouse scroll | | | | | | | Resize handling | | | | | | | Alt screen toggle | | | | | | | Bracketed paste | | | | | | ## Screen-Specific Checks | Screen | iTerm2 | tmux | Alacritty | kitty | WezTerm | |----------------------|--------|------|-----------|-------|---------| | Dashboard | | | | | | | Issue list | | | | | | | Issue detail | | | | | | | MR list | | | | | | | MR detail | | | | | | | Search | | | | | | | Command palette | | | | | | | Help overlay | | | | | | ## Minimum Sizes | Terminal size | Renders correctly? | Notes | |---------------|-------------------|-------| | 80x24 | | | | 120x40 | | | | 200x60 | | | ## Notes _Record any issues, workarounds, or version-specific quirks here._