aboutsummaryrefslogtreecommitdiff
path: root/client.c
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2024-10-21 00:11:27 +0200
committerRaymaekers Luca <raymaekers.luca@gmail.com>2024-10-21 00:11:27 +0200
commitf6eef73f7f0e805811bb9c2d748c17d558615a74 (patch)
treec4873c645c1ffb7893863a040ed5f9a542c191bf /client.c
parent4fe82b42b6f6fb1a69da2fb2823831e6b3eaa036 (diff)
Added README.md
Diffstat (limited to 'client.c')
-rw-r--r--client.c5
1 files changed, 0 insertions, 5 deletions
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"