Rudi9719 / kbtui

Keybase TUI written in Go
https://keybase.io/team/kbtui
GNU General Public License v3.0
24 stars 4 forks source link

Edit view cutoff #24

Open Rudi9719 opened 4 years ago

Rudi9719 commented 4 years ago

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:

  1. Launch kbtui
  2. Join channel
  3. 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?

Rudi9719 commented 4 years ago

Continued on the awesome-gocui issue tracker

Rudi9719 commented 4 years ago

They are aware of the issue, and will be looking into it when they have the time! Until then this is a known bug :smile:

Rudi9719 commented 4 years ago

Waiting on the awesome-gocui team to pull @mjarkk's fix in