tulir / gomuks

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

Pasting long text seems to result in truncated messages #406

Closed Moult closed 1 year ago

Moult commented 1 year ago

E.g. if I paste (via shift-insert) into gomuks "http://ifc43-docs.standards.buildingsmart.org/IFC/RELEASE/IFC4x3/HTML/concepts/Object_Association/Material_Association/Material_Constituent_Set/content.html#General-Usage" I get:

21:52:36 <Moult> check out erial_Constituent_Set/content.html#General-Usage[201~C/RELEASE/IFC4x3/HTML/concepts/Object_Association/Material_Association/Material_Constituent_Set/content.html#General-Usage[201~

Notice the [201~ additions and how the pasted content is mangled.

tulir commented 1 year ago

Is it up to date?

You should generally paste with ctrl+v instead, but bracketed paste should also work nowadays

Moult commented 1 year ago

Ah yes so sorry I updated to the latest and both ctrl-v and shift-ins both work :) Thanks for the help!