brannondorsey / chattervox

📡 An AX.25 packet radio chat protocol with support for digital signatures and binary compression. Like IRC over radio waves.
Other
748 stars 36 forks source link

Multi-line messages cause UI glitches #12

Open brannondorsey opened 5 years ago

brannondorsey commented 5 years ago

screenshot from 2018-09-24 20-31-14

When a message is sent terminal-kit is used to clear the message buffer from the user's screen. It does this by removing one line, however if the message is longer than one line, only the bottom line is cleared.

brannondorsey commented 5 years ago

It appears that multi-line messages aren't handled well on the receiving end either, as the user's prompt is not redrawn after receipt.

screenshot from 2018-09-24 19-38-28