AnemoneLabs / unmessage

Privacy enhanced instant messenger
GNU General Public License v3.0
42 stars 7 forks source link

Support messages with line breaks on the CLI #44

Open felipedau opened 7 years ago

felipedau commented 7 years ago

Line breaks entered on the CLI are considered as the end of messages, which makes unMessage send one packet for each line. Ideally, the CLI should support line breaks being pasted or added with shift-enter.