tulir / gomuks

A terminal based Matrix client written in Go.
https://maunium.net/go/gomuks
GNU Affero General Public License v3.0
1.3k stars 124 forks source link

backspace erases entire words #457

Closed prahou closed 2 months ago

prahou commented 2 months ago

On FreeBSD 14.0

When composing a message, if backspace is pressed, the entire last word is erased (up until the closest whitespace) If Ctrl+Backspace is pressed, only one character is erased, this should be the default behavior?

tulir commented 2 months ago

Duplicate of #322