From f6eef73f7f0e805811bb9c2d748c17d558615a74 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Mon, 21 Oct 2024 00:11:27 +0200 Subject: Added README.md --- client.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'client.c') diff --git a/client.c b/client.c index b9d96d3..cf60853 100644 --- a/client.c +++ b/client.c @@ -1,10 +1,5 @@ // Client for chatty -// TODO: -// - bug: when having multiple messages and resizing a lot, the output will be in shambles -// - bug: when resizing afters sending messages over network it crashes -// - use pointer for add_message - // clang-format off #define TB_IMPL #include "termbox2.h" -- cgit v1.2.3