Bug 446893 - Send current focus state on focus event toggle
Summary: Send current focus state on focus event toggle
Status: REPORTED
Alias: None
Product: konsole
Classification: Applications
Component: emulation (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-12-12 19:42 UTC by unxed
Modified: 2021-12-12 19:42 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description unxed 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