mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-27 07:58:07 -04:00
csi: implement ‘CSI ? 1042 h/l’ - enable/disable bell-is-urgent
This commit is contained in:
parent
c650862b0d
commit
17761dce63
7 changed files with 21 additions and 10 deletions
|
|
@ -23,8 +23,10 @@
|
|||
(https://codeberg.org/dnkl/foot/issues/150).
|
||||
* **bell** option to `foot.ini`. Can be set to `set-urgency` to make
|
||||
foot render the margins in red when receiving `BEL` while **not**
|
||||
having keyboard focus. Note that Wayland does **not** implement an
|
||||
_urgency_ hint like X11, but that there is a
|
||||
having keyboard focus. Applications can dynamically enable/disable
|
||||
this with the `CSI ? 1042 h` and `CSI ? 1042 l` escape
|
||||
sequences. Note that Wayland does **not** implement an _urgency_
|
||||
hint like X11, but that there is a
|
||||
[proposal](https://gitlab.freedesktop.org/wayland/wayland-protocols/-/merge_requests/9)
|
||||
to add support for this. The value `set-urgency` was chosen for
|
||||
forward-compatibility, in the hopes that this proposal eventualizes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue