claws icon indicating copy to clipboard operation
claws copied to clipboard

Find a way to allow newlines in message

Open thehowl opened this issue 7 years ago • 3 comments

thehowl avatar Jun 25 '17 11:06 thehowl

A nice way for this would be to make shift-enter be a newline, and enter a send. And add a hidden setting to make enter a newline, and ctrl-enter a send.

thehowl avatar Jun 25 '17 11:06 thehowl

After some studying, the best way seems to allow newlines using shift-enter. Although this is not supported yet by gocui (jroimartin/gocui#111), so this is on hold. If somebody seriously needs this, comment here and I'm sure we'll find a solution.

thehowl avatar Jun 25 '17 21:06 thehowl

C-n emacs binding to create newline and move to it. Backspacing on the newline removes the newline. Text is wrapped.

thehowl avatar Mar 03 '18 20:03 thehowl