mirror of
https://oauth2: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@github.com/m1ngsama/TNT.git
synced 2026-05-10 19:00:57 +08:00
- Make client width/height _Atomic to fix data race between window-change callback thread and session thread - Persist join/leave system messages via message_save() - Fix ftell() error handling: check <= 0 instead of == 0 - Make room_add_message static to enforce lock-must-be-held contract - Use local copy in execute_command to avoid mutating command_input - Increase help_copy buffer from 4096 to 8192 for CJK text safety - Add :q/:quit/:exit command for Vim-style disconnect - Fix unit test Makefile to link common.c |
||
|---|---|---|
| .. | ||
| .gitkeep | ||
| chat_room.h | ||
| common.h | ||
| message.h | ||
| ssh_server.h | ||
| tui.h | ||
| utf8.h | ||