You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When running edit command, the view/message is cut off or not displayed properly. Sometimes the cursor goes out of whack.
To Reproduce
Steps to reproduce the behavior:
Launch kbtui
Join channel
Attempt to edit message
Expected behavior
Edit box should appear, populated with /e, message ID, and the message to be edited. Message should be a string that can be edited, and input should be put at the cursor.
Additional context
Could be a problem in main.go's layout func, as well as cmdEdit.go's actual edit/setting commands?
The text was updated successfully, but these errors were encountered:
Describe the bug
When running edit command, the view/message is cut off or not displayed properly. Sometimes the cursor goes out of whack.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Edit box should appear, populated with /e, message ID, and the message to be edited. Message should be a string that can be edited, and input should be put at the cursor.
Additional context
Could be a problem in
main.go
's layout func, as well ascmdEdit.go
's actual edit/setting commands?The text was updated successfully, but these errors were encountered: