Redwyn / fTerm

A terminal-based F-Chat client that is meant to be easy to use.
MIT License
0 stars 0 forks source link

Fix framebuffer overflows #13

Closed Redwyn closed 2 years ago

Redwyn commented 2 years ago

Upon implementing the ability to join channels, it was discovered that some user messages can trigger the framebuffer to overflow without triggering overflow detection.

This is presumably caused by /r and /n escape sequences generating newlines.