1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-21 03:39:16 +03:00
wezterm/wezterm-dynamic
Wez Furlong f2627bc39e ActivateKeyTable replace_current wasn't actually optional
The issue here was that the from_dynamic impl derived for a struct
that was inlined in an enum didn't respect the the field properties
defined for the struct.

Refactor to reuse the same field_info helper used by the struct
code.

Update docs to clarify what the default value actually is.

refs: https://github.com/wez/wezterm/issues/2179
2022-06-25 19:38:39 -07:00
..
derive ActivateKeyTable replace_current wasn't actually optional 2022-06-25 19:38:39 -07:00
src config: generate errors for things like --config tarm=foo 2022-05-21 13:10:30 -07:00
tests add wezterm-dynamic crate 2022-05-18 07:47:39 -07:00
Cargo.toml add wezterm-dynamic crate 2022-05-18 07:47:39 -07:00