lxqt / qtermwidget

The terminal widget for QTerminal
https://lxqt.github.io
GNU General Public License v2.0
494 stars 253 forks source link

Fixed conversion to `std::wstring` #554

Closed tsujan closed 3 months ago

tsujan commented 3 months ago

Fixes https://github.com/lxqt/qterminal/issues/1143 and related issues.

tsujan commented 3 months ago

Tested by me, and especially by @correabuscar, but I prefer to wait for more tests before merging it. IMO, we'll need a point release after that.

correabuscar commented 3 months ago

I could only test this under X11, but I don't see why it wouldn't work the same on Wayland

tsujan commented 3 months ago

I work under Wayland (LXQt+LabWC). And you're right: Wayland doesn't make a difference in this regard.