diff options
author | Michael Czigler <37268479+mcpcpc@users.noreply.github.com> | 2020-10-20 15:54:05 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-20 15:54:05 -0400 |
commit | 1e1be13a5321dd7b12137a4af8501a9fbf279112 (patch) | |
tree | 59c190e5ae8e5b47b1e31e334efcbc76f088cc9a /README | |
parent | Check channel for NULL condition (#65) (diff) | |
download | kirc-1e1be13a5321dd7b12137a4af8501a9fbf279112.tar.gz kirc-1e1be13a5321dd7b12137a4af8501a9fbf279112.tar.bz2 kirc-1e1be13a5321dd7b12137a4af8501a9fbf279112.tar.xz kirc-1e1be13a5321dd7b12137a4af8501a9fbf279112.tar.zst kirc-1e1be13a5321dd7b12137a4af8501a9fbf279112.zip |
0.1.7 (#68)
* bump version
* remove loop from edit()
* remove redundant variables
* remove while loop
* refactor
* move cursor to col 0 before server message
* cleanup
* add back chan_default prefix
* remove puts and add \r
* add asynchronous feature set
* replace \x1b[0F with \r
* remove extra character F
* fix ctrl+c
* remove log
* cleanup ctrl+c exit
* Update kirc.c
* remove sys/socket.h library
* move duplicate code block to function
* move stateSet() function
* Add ctrl+c key binding
* fix verbose flag
* cleanup
* rename default channel variable
* add channel variable check
* set cdef default value of "?"
* new cdef default assignment
* fix channel not printing with -c arg
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -25,6 +25,7 @@ ## Features * Excellent cross-platform compatibility. +* Asynchronous user input and server messager handling. * No dependencies other than a C99 compiler. * Native SASL PLAIN and EXTERNAL authentication support. * TLS/SSL protocol capable (via external TLS utilities). @@ -85,6 +86,7 @@ kirc [-s hostname] [-p port] [-c channels] [-n nickname] [-r realname] [-u usern * **CTRL+W** deletes the previous word. * **CTRL+U** deletes the entire line. * **CTRL+K** deletes the from current character to end of line. +* **CTRL+C** Force quit kirc ## Support Documentation |