From 46256d9511434fa080cff471d93d063bff307d02 Mon Sep 17 00:00:00 2001 From: acidvegas Date: Sun, 26 May 2024 01:07:00 -0400 Subject: [PATCH] Updated known issues --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2cda8da..0dbb8bd 100644 --- a/README.md +++ b/README.md @@ -50,12 +50,12 @@ This is being developed in my free time as a fun project. It is no where near be - [ ] Trackball support - [ ] Serial logging + debug logs stored in memory that can be viewed on the device itself. - [ ] Allow specifying the IRC server, port, TLS, nick, etc... -- [ ] Proper disconnection & reconnection handling # Known issues - Messages that exceed the screen width and wrap to the next line will throw off thje logic of calculating the max lines able to be displayed on the screen. Messages eventually go off screen. - Input messages exceeding the screen width go off screen, and need to wrap and create a new input line, pushing up the backlog of messages. - Some colors are not working when its only a background color or only contains a space +- Sometimes it will not connect to IRC even from reconnections, and you have to reboot and try again. # Contributors