1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-27 15:37:29 +03:00
wezterm/lua-api-crates/window-funcs
Wez Furlong dba7932e3e add wezterm.gui.get_appearance to retrieve dark mode
This simplifies the "change scheme based on dark mode" example
a lot.  This was previously impossible to do because we didn't
have a lua module associated with the gui until recently, so
the only way to reference a gui-related object was via an
event callback.

refs: https://github.com/wez/wezterm/issues/2258
2022-07-14 16:46:18 -07:00
..
src add wezterm.gui.get_appearance to retrieve dark mode 2022-07-14 16:46:18 -07:00
Cargo.toml lua: add wezterm.window.screens() 2022-07-06 08:35:05 -07:00