Wez Furlong
173862634e
docs: released 20221119-145034-49b9839f
2022-11-20 06:53:49 -07:00
Wez Furlong
473316934b
add window-focus-changed event
2022-10-08 09:45:57 -07:00
Wez Furlong
ecd7bc9842
docs: update for latest release
2022-09-03 20:54:27 -07:00
Wez Furlong
1398c0d4b0
add user-var-changed event
2022-08-27 17:22:21 -07:00
Wez Furlong
130645414d
add update-status event. deprecates update-right-status
...
refs: #1561
2022-08-10 06:10:48 -07:00
Wez Furlong
e0ea0f46a8
docs: apply stylua formatting
...
refs: https://github.com/wez/wezterm/pull/2273
refs: https://github.com/wez/wezterm/issues/2253
2022-07-19 07:54:31 -07:00
Benoit de Chezelles
cf4d5de854
docs: Use new wezterm.action.Action
syntax in rest of the docs
2022-06-25 18:51:55 -07:00
Wez Furlong
21fc8916f6
docs: move some inline text into files
2022-06-17 15:52:24 -07:00
Riyyi
9438e49726
docs: fix truncate call in example and fix typo
2022-02-22 06:40:59 -08:00
Wez Furlong
6502aa54d6
docs: more adjustments for fancy tabs
2022-01-01 17:35:27 -07:00
Wez Furlong
56c3a56f46
docs: update nightly refs to new release tag
2021-12-04 08:34:58 -07:00
Wez Furlong
14fb432529
docs: cross link the bell related configs
...
refs: #3
2021-09-26 19:01:58 -07:00
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
Wez Furlong
b95317241c
docs: fix missing pane parameter in format-window-title-event
...
closes : #974
2021-07-25 08:32:50 -07:00
Wez Furlong
fbcea3a2f4
docs: update for 20210502-154244-3f7122cb
2021-05-02 16:13:32 -07:00
Wez Furlong
7e996950f6
add wezterm.truncate_to_width
...
refs: https://github.com/wez/wezterm/issues/647
2021-04-26 22:27:12 -07:00
Wez Furlong
d176af9c30
tidy up format-tab-title, add tab_max_width parameter
...
refs: https://github.com/wez/wezterm/issues/647
2021-04-26 21:43:30 -07:00
Wez Furlong
1cb2856223
add hover parameter to format-tab-title
...
refs: https://github.com/wez/wezterm/issues/647
2021-04-25 13:53:06 -07:00
Wez Furlong
09e101c268
add format-tab-title event
...
refs: https://github.com/wez/wezterm/issues/647
2021-04-24 17:59:39 -07:00
Wez Furlong
e3fcdc9f36
add format-window-title event
...
This provides a flexible way for users to customize what gets
shown in the window title bar.
closes: https://github.com/wez/wezterm/pull/603
2021-04-24 16:47:26 -07:00
Wez Furlong
46227a741f
docs: update for version 20210314-114017-04b7cedd
2021-03-14 11:55:12 -07:00
Wez Furlong
d853be02ad
docs: for the new status bar feature
...
refs: https://github.com/wez/wezterm/issues/500
2021-03-10 19:29:17 -08:00
Wez Furlong
229df874b7
docs: break out events into their own pages
...
Take the existing open-uri docs and move to their own page.
Add docs for the new window events.
2021-03-09 21:50:48 -08:00