1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-18 10:52:16 +03:00
wezterm/docs/config/lua/window-events
Wez Furlong 2337c06c0f gui: new bell event for running lua when the bell is rung
This commit adjusts the the window event routing/queuing so that
a queued event can capture a pane_id other than the focused pane.

Since we only allow one queued instance of a given named event in a
window, a consequence of this is that multiple bell events coming
from different panes at the same time may race and the loser's
event will be dropped. We log a warning in that case.

refs: #3
2021-09-23 08:22:01 -07:00
..
bell.md gui: new bell event for running lua when the bell is rung 2021-09-23 08:22:01 -07:00
format-tab-title.md docs: update for 20210502-154244-3f7122cb 2021-05-02 16:13:32 -07:00
format-window-title.md docs: fix missing pane parameter in format-window-title-event 2021-07-25 08:32:50 -07:00
open-uri.md docs: break out events into their own pages 2021-03-09 21:50:48 -08:00
update-right-status.md docs: update for version 20210314-114017-04b7cedd 2021-03-14 11:55:12 -07:00
window-config-reloaded.md docs: update for version 20210314-114017-04b7cedd 2021-03-14 11:55:12 -07:00
window-resized.md docs: update for version 20210314-114017-04b7cedd 2021-03-14 11:55:12 -07:00