1
1
mirror of https://github.com/wez/wezterm.git synced 2024-10-04 10:17:40 +03:00
wezterm/config
Wez Furlong 4be2b9dbeb
make config_builder work with table.insert(config.keys, ...)
This had a referencing issue, similar to the more recent GLOBALS
issue.

The resolution in this case is a lot simpler: we can just return
a regular lua table and use all the same underlying semantics,
but stick a metatable over the top to handle assignment and
provide the strict mode method.
2023-04-04 11:43:21 -07:00
..
derive config: derive some metadata about the config 2022-09-22 06:09:31 -07:00
src make config_builder work with table.insert(config.keys, ...) 2023-04-04 11:43:21 -07:00
build.rs colorschemes: expand to include Gogh color schemes 2022-07-10 13:32:17 -07:00
Cargo.toml populate ssh domains from your ssh config by default 2023-03-29 11:51:59 -07:00