readme: add features section

This commit is contained in:
ed 2021-09-19 19:05:13 +02:00
parent 6ccb606e3f
commit ff20349e52
1 changed files with 3 additions and 3 deletions

View File

@ -26,15 +26,15 @@ retr0chat is the lightweight, no-dependencies, runs-anywhere solution for when l
irc-like:
* public channels with persistent history (pgup/pgdn)
* private messages (`/msg acidburn hey`)
* nick completion with `<tab>`
* nick completion with `Tab ↹`
* notifications (bell/visual) on hilights and PMs
* command subset (`/nick`, `/join`, `/part`, `/names`, `/topic`, `/me`)
* inline message coloring, see `/help`
technical:
* client behavior detection (echo, colors, charset, newline)
* readline-like message input (arrow-keys, home/end, backspace)
* history of sent messages (arrow-up)
* message input with readline-like editing (arrow-left/right, home/end, backspace)
* history of sent messages (arrow-up/down)
* bandwidth-conservative (push/pop lines instead of full redraws; scroll-regions)
## windows clients