|
ascii-chat 0.8.38
Real-time terminal-based video chat with ASCII art conversion
|
Directories | |
| builder | |
| completions | |
| config | |
| manpage | |
| parsing | |
| registry | |
Files | |
| colorscheme.c | |
| Color scheme management implementation and early initialization. | |
| common.c | |
| Common utilities and helpers for option parsing. | |
| enums.c | |
| Option enum value implementation - single source of truth. | |
| help_api.c | |
| Public API for retrieving option help text. | |
| layout.c | |
| Two-column layout implementation. | |
| levenshtein.c | |
| Levenshtein distance algorithm for fuzzy string matching. | |
| manpage.c | |
| Man page generation using modular architecture. | |
| options.c | |
| ⚙️ Main entry point for unified options parsing with mode detection | |
| rcu.c | |
| strings.c | |
| Centralized enum and mode string conversion - single source of truth. | |