mirror of
https://github.com/wez/wezterm.git
synced 2024-11-23 23:21:08 +03:00
533e52c589
reconciling causes gui windows to be created and allows for stuff like this, that would otherwise fail because the gui window hadn't been created yet. ```lua local wezterm = require 'wezterm' local mux = wezterm.mux wezterm.on("gui-startup", function() local tab, pane, window = mux.spawn_window{} window:gui_window():set_inner_size(1200, 1200) end) return { } ``` |
||
---|---|---|
.. | ||
battery | ||
filesystem | ||
logging | ||
mux | ||
share-data | ||
spawn-funcs | ||
ssh-funcs | ||
termwiz-funcs | ||
window-funcs | ||
README.md |
The crates in this directory provide modules and functions to wezterm's lua config file and interface.
They are registered into the lua config via env-bootstrap.
It is advantageous to build times to have multiple, smaller, crates.