TUT/src
m1ngsama 6124cd4c4e feat: Replace emoji with ASCII art for maximum terminal compatibility
- Replace Braille spinner with classic ASCII spinner (|/-\)
- Update calendar banner: [CAL] NBTCA CALENDAR [CAL]
- Update tools banner: [TOOL] NBTCA UTILITY TOOLS [TOOL]
- Replace event status icons: * for today, v for past, ○ for upcoming
- Update menu items: [CAL] Calendar, [X] Exit
- Replace location emoji with @ symbol
- Ensure compatibility across all terminal environments including legacy systems

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-20 10:10:26 +08:00
..
calendar.cpp feat: Modularize calendar and create TUI portal 2025-11-19 16:34:25 +08:00
calendar.h feat: Modularize calendar and create TUI portal 2025-11-19 16:34:25 +08:00
ics_fetcher.cpp Initial commit: NBTCA TUI with ICS calendar support 2025-11-19 11:50:45 +08:00
ics_fetcher.h Initial commit: NBTCA TUI with ICS calendar support 2025-11-19 11:50:45 +08:00
ics_parser.cpp Initial commit: NBTCA TUI with ICS calendar support 2025-11-19 11:50:45 +08:00
ics_parser.h Initial commit: NBTCA TUI with ICS calendar support 2025-11-19 11:50:45 +08:00
main.cpp feat: Add ASCII art and ANSI shadow effects to TUI 2025-11-19 17:27:46 +08:00
tui_view.cpp feat: Replace emoji with ASCII art for maximum terminal compatibility 2025-11-20 10:10:26 +08:00
tui_view.h feat: Add ASCII art and ANSI shadow effects to TUI 2025-11-19 17:27:46 +08:00