[Bug 286592] x11/sddm: Plasma Wayland, pressing "Ctrl+C" causes an automatic exit.
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Oct 18 12:27:32 BST 2025
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=286592
--- Comment #22 from Wes Frazier <wes.frazier at avoidbig.tech> ---
You are correct. Adding a number of stty lines makes it more robust.
Im now adding:
stty intr undef
stty susp undef
stty dsusp undef
stty quit undef
stty stop undef
stty kill undef
To intercept more control characters. This should cover crtl+z and a few
others.
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
More information about the kde-freebsd
mailing list