Display of message bigger than ncurses buffer #43
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently we cut messages that overflow buffer, up to a single message. However, in the event if the message exceeds
PAD_SIZE, we are unable to display it without issues.TBD.