mirror of
https://oauth2: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@github.com/m1ngsama/TNT.git
synced 2026-05-10 19:00:57 +08:00
- Replace all direct client->width/height reads with local variables clamped to minimums (width>=10, height>=4) across tui_render_screen, tui_render_input, tui_render_command_output, and tui_render_help - Fix tui_render_input underflow when width < 3 (avail = max(rw-3, 1)) - Show username in title bar instead of generic label - Add /me action message support in exec_command_post for scripting parity - Reject empty usernames when loading messages from log file |
||
|---|---|---|
| .. | ||
| .gitkeep | ||
| chat_room.c | ||
| common.c | ||
| main.c | ||
| message.c | ||
| ssh_server.c | ||
| tui.c | ||
| utf8.c | ||