TNT/src
m1ngsama b07348c6e1 docs: update all user-facing help text and documentation
- Add /me action command to all help surfaces (EN/ZH help screen,
  :help output, exec help, manpage, README)
- Add Ctrl+D/U/F/B page scrolling keys to help text (were only in manpage)
- Add :q/:quit/:exit disconnect command to help text
- Update README COMMAND mode section with all current commands
  (:nick, :msg, :w were missing)
- Remove redundant COMMAND MODE KEYS section from help text
  (merged into AVAILABLE COMMANDS for clarity)
- Compact help screen layout (j/k on one line, g/G on one line)
2026-04-19 22:08:59 +08:00
..
.gitkeep Initial commit 2025-07-01 09:00:00 +08:00
chat_room.c feat: consolidated improvements, manpage, and deployment prep 2026-04-19 17:49:06 +08:00
common.c refactor: stabilize SSH runtime and add exec interface 2026-03-10 18:52:20 +08:00
main.c feat: add --port, --version long options and improved --help output 2026-04-19 18:37:38 +08:00
message.c fix: guard terminal width/height in all TUI renderers and harden edge cases 2026-04-19 18:58:51 +08:00
ssh_server.c docs: update all user-facing help text and documentation 2026-04-19 22:08:59 +08:00
tui.c docs: update all user-facing help text and documentation 2026-04-19 22:08:59 +08:00
utf8.c fix: correct pubkey auth response, strncpy warning, and NUL byte validation 2026-04-19 18:27:50 +08:00