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:
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(())
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user