Bug 446893

Summary: Send current focus state on focus event toggle
Product: [Applications] konsole Reporter: Ivan Sorokin <ivan.sorokin.tech>
Component: emulationAssignee: Konsole Bugs <konsole-bugs-null>
Status: REPORTED ---    
Severity: wishlist    
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Ivan Sorokin 2021-12-12 19:42:33 UTC
Currently Konsole does not send current focus state on enable focus events escape sequence:
echo -ne '\e[?1004h'

But GNOME's VTE does, and this is very helpful. Can this functionality be added to Konsole also?

https://unix.stackexchange.com/a/480138/422943