Minecraft-Console-Client/MinecraftClient/Tui
BruceChen b33ee7e4a1 Refactor exit handling and command input in TUI
- Improved the exit process by ensuring the backend shutdown is called after handling offline prompts.
- Enhanced command input history management by encapsulating text setting logic in a dedicated method to prevent event handler interference.
- Adjusted the background color in the color parser for better visibility.
- Increased the sleep duration in the TUI exit guard thread to ensure a smoother shutdown process.
2026-03-27 00:30:52 +08:00
..
InventoryApp.cs TUI for MCC (#2976) 2026-03-26 02:08:18 +08:00
InventoryMainView.cs TUI for MCC (#2976) 2026-03-26 02:08:18 +08:00
InventoryTuiHost.cs TUI for MCC (#2976) 2026-03-26 02:08:18 +08:00
InventoryViewModel.cs TUI for MCC (#2976) 2026-03-26 02:08:18 +08:00
MainTuiView.cs Refactor exit handling and command input in TUI 2026-03-27 00:30:52 +08:00
McColorParser.cs Refactor exit handling and command input in TUI 2026-03-27 00:30:52 +08:00
MccTuiApp.cs TUI for MCC (#2976) 2026-03-26 02:08:18 +08:00
SlotViewModel.cs TUI for MCC (#2976) 2026-03-26 02:08:18 +08:00
TuiConsoleBackend.cs Refactor exit handling and command input in TUI 2026-03-27 00:30:52 +08:00