Skip to content

Commit 1e1be13

Browse files
authored
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
1 parent 5c6c123 commit 1e1be13

File tree

2 files changed

+117
-111
lines changed

2 files changed

+117
-111
lines changed

README

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
## Features
2626

2727
* Excellent cross-platform compatibility.
28+
* Asynchronous user input and server messager handling.
2829
* No dependencies other than a C99 compiler.
2930
* Native SASL PLAIN and EXTERNAL authentication support.
3031
* 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
8586
* **CTRL+W** deletes the previous word.
8687
* **CTRL+U** deletes the entire line.
8788
* **CTRL+K** deletes the from current character to end of line.
89+
* **CTRL+C** Force quit kirc
8890

8991
## Support Documentation
9092

0 commit comments

Comments
 (0)