From 7046449b579e2fce3bfc58cba7ec174d104878cb Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 30 Mar 2026 03:33:09 -0400 Subject: Update TODO, fix a comment in irc.h. --- TODO | 4 +--- src/irc.h | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/TODO b/TODO index 7f84dc2..b6f9a1a 100644 --- a/TODO +++ b/TODO @@ -17,9 +17,7 @@ X Configurable ctcp version response. Not going to do for now. Having Other stuff: -- [*] highlight status should not get overwritten with chan text - status the next time someone speaks. in general, higher statuses - shouldn't get downgraded. +- [*] sending someone "/me" in a query should highlight red, not white. - [*] edit box issues with the 240th character. currently everything seems to work properly, but you can't type 240 chars (only 239). out of patience for it right now... diff --git a/src/irc.h b/src/irc.h index b4e7764..5a7e08d 100644 --- a/src/irc.h +++ b/src/irc.h @@ -25,7 +25,7 @@ void txbuf_append_str3(const char *s1, const char *s2, const char *s3); /* clears the transmit buffer, then appends a string to it. */ void txbuf_set_str(const char *str); -/* as txbuf_set_str2(), but multiple strings. */ +/* as txbuf_set_str(), but multiple strings. */ void txbuf_set_str2(const char *s1, const char *s2); void txbuf_set_str3(const char *s1, const char *s2, const char *s3); -- cgit v1.2.3