Skip to content

Commit

Permalink
released at 0.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mcpcpc authored Jul 16, 2021
1 parent 7197cb0 commit 821d050
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kirc.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#include <sys/ioctl.h>

#define CTCP_CMDS "ACTION VERSION TIME CLIENTINFO PING"
#define VERSION "0.2.8"
#define VERSION "0.2.9"
#define MSG_MAX 512
#define CHA_MAX 200
#define NIC_MAX 26
Expand Down Expand Up @@ -303,7 +303,7 @@ static void refreshLine(struct State *l) {
posu8--;
}
while (txtlenb < lenb && ch++ < l->cols)
txtlenb += u8Next(buf, 0);
txtlenb += u8Next(buf + txtlenb, 0);
abInit(&ab);
snprintf(seq, sizeof(seq), "\r");
abAppend(&ab, seq, strnlen(seq, MSG_MAX));
Expand Down

0 comments on commit 821d050

Please sign in to comment.