- Check terminal columns and clear correct number of lines when exiting buffer mode
1.3.1
- Prevent the displaying of buffer mode status when `ctrl+a` is pressed multiple times - Tweaked `/help` message
1.3.0
- Made autocompletion more sane - Added buffer mode which directs all received messages to a temporary buffer, allowing typing long messages without incoming messages overwriting them. Activated with `ctrl-a`, deactivated with `ENTER`
1.2.0
- Added nickname completions - Disabled line wrapping while typing
1.1.0
- Switched from readline to prompt-toolkit - Replaced `--no-clear` option with `--clear` and disabled by default due to scrolling issue. See known issues section in the README