TNT/tests/unit
m1ngsama e10b43074c feat: consolidated improvements, manpage, and deployment prep
Bug fixes:
- Fix data race on client->width/height (now _Atomic int)
- Persist join/leave system messages via message_save()
- Make room_add_message static to enforce lock contract
- Fix execute_command mutating command_input directly
- Increase help_copy buffer from 4096 to 8192 for CJK safety

New features:
- Add :msg/:w whisper command for private messaging
- Add command history with UP/DOWN arrows in command mode
- Add Ctrl+D/U/F/B page scrolling in normal mode
- Add :q/:quit/:exit Vim-style disconnect

Unix community:
- Add tnt.1 manpage (roff format) with full documentation
- Add manpage install/uninstall to Makefile
2026-04-19 17:49:06 +08:00
..
Makefile test: add chat_room unit tests and integrate into build 2026-04-19 15:22:01 +08:00
test_chat_room.c feat: consolidated improvements, manpage, and deployment prep 2026-04-19 17:49:06 +08:00
test_message test: add comprehensive unit tests for UTF-8 and message functions 2026-02-08 10:29:19 +08:00
test_message.c test: add comprehensive unit tests for UTF-8 and message functions 2026-02-08 10:29:19 +08:00
test_utf8 test: add comprehensive unit tests for UTF-8 and message functions 2026-02-08 10:29:19 +08:00
test_utf8.c test: add comprehensive unit tests for UTF-8 and message functions 2026-02-08 10:29:19 +08:00