diff --git a/README.md b/README.md
@@ -36,6 +36,7 @@ This is being developed in my free time as a fun project. It is no where near be
- [ ] Saved wifi profiles
- [X] IRC Client
- [X] `/raw` command for IRC client to send raw data to the server
+- [ ] Add scrolling backlog for IRC to see the last 200 messages
- [ ] ChatGPT
- [ ] SSH Client
- [ ] Wardriving
@@ -48,6 +49,12 @@ This is being developed in my free time as a fun project. It is no where near be
- [ ] 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
+
+
# Contributors
Join us in **#comms** on **[irc.supernets.org](irc://irc.supernets.org)** if you want to get your hands dirty.
|