1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-23 23:21:08 +03:00

rename wezterm.window to wezterm.gui

This better reflects what it operates on
This commit is contained in:
Wez Furlong 2022-07-06 13:52:19 -07:00
parent 87b963981e
commit 6334e3bc44

View File

@ -84,6 +84,6 @@ pub fn register(lua: &Lua) -> anyhow::Result<()> {
})?,
)?;
wezterm_mod.set("window", window_mod)?;
wezterm_mod.set("gui", window_mod)?;
Ok(())
}