mcpcpc / kirc

A tiny IRC client written in POSIX C99.

Home Page:https://mcpcpc.github.io/kirc/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

asynchronous user input handling

mcpcpc opened this issue · comments

The current user input blocks host server messages from being printed or responses being sent until input buffer has been written. User input should be handled as asynchronously.