mirror of https://github.com/9001/r0c.git
readme: add features section
This commit is contained in:
parent
6ccb606e3f
commit
ff20349e52
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue