mirror of
https://github.com/wez/wezterm.git
synced 2024-11-27 12:23:46 +03:00
rename wezterm.window
to wezterm.gui
This better reflects what it operates on
This commit is contained in:
parent
87b963981e
commit
6334e3bc44
@ -84,6 +84,6 @@ pub fn register(lua: &Lua) -> anyhow::Result<()> {
|
|||||||
})?,
|
})?,
|
||||||
)?;
|
)?;
|
||||||
|
|
||||||
wezterm_mod.set("window", window_mod)?;
|
wezterm_mod.set("gui", window_mod)?;
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user