LithApp / Lith

Multiplatform, mobile-focused WeeChat relay client
https://lith.app
GNU General Public License v2.0
75 stars 7 forks source link

Send newlines in messages as new inputs #96

Closed chinese-soup closed 2 years ago

chinese-soup commented 2 years ago

@MartinBriza won't like this, but this is what peak performance looks like.

No UI changes have been made, so no indication of the user sending a newline is shown, just like it was before this PR, aka it just shows as empty char i.e.:

"test1
test2"

still appears as "test1test2" in the Input bar, see GIF: lal

MartinBriza commented 2 years ago

👏