contour-terminal / contour

Modern C++ Terminal Emulator
http://contour-terminal.org/
Apache License 2.0
2.4k stars 103 forks source link

Fix thread safety issue on mouse move event handling #1450

Closed christianparpart closed 8 months ago

christianparpart commented 8 months ago

Fixes #1444.

christianparpart commented 8 months ago

Good point. I took the time to introduce a locked(Lockable, Lambda) helper to avoid not nice looking scoping just to keep the lock at a minimum.

herrhotzenplotz commented 8 months ago

Seems to fix #1444 :+1: I'll try to switch my default terminal emulator to contour and see if the smoke comes out :laughing: