derricw / siggo

a TUI for signal messenger, written in Go
GNU General Public License v3.0
320 stars 9 forks source link

BUG: ctrl+L is broken when the conversation has a saved message draft #25

Open derricw opened 4 years ago

derricw commented 4 years ago

How to repro:

  1. enter insert mode
  2. type a message
  3. press escape to enter normal mode, siggo will save that message as a conversation draft
  4. re-enter insert mode
  5. press CTRL+L to attempt to clear message

What happens?

The message doesn't clear.