TUI library para Zig, inspirada en ratatui
Find a file
reugenio 8c218a3f0d feat: Add ContextMenu and Tooltip widgets
ContextMenu:
- Right-click context menu support
- Auto-adjust position to fit in bounds
- containsPoint for hit testing
- Wraps existing Menu widget

Tooltip:
- Single and multiline text support
- Configurable positioning (above/below/left/right/auto)
- Customizable style, border, padding
- TooltipManager with hover delay timing

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-08 17:18:45 +01:00
docs zcatui v1.2 - Sistema de eventos integrado (crossterm-style) 2025-12-08 12:55:54 +01:00
examples Add Popup/Modal and Menu widgets 2025-12-08 16:52:38 +01:00
src feat: Add ContextMenu and Tooltip widgets 2025-12-08 17:18:45 +01:00
.gitignore Inicio proyecto zcatui - TUI library para Zig 2025-12-08 01:56:44 +01:00
build.zig Add Popup/Modal and Menu widgets 2025-12-08 16:52:38 +01:00
CLAUDE.md Update CLAUDE.md to v1.3 with complete documentation 2025-12-08 17:01:41 +01:00