mirror of
https://github.com/wez/wezterm.git
synced 2024-12-28 07:55:03 +03:00
10 lines
230 B
Markdown
10 lines
230 B
Markdown
|
# `Window` object
|
||
|
|
||
|
A Window object cannot be created in lua code; it is typically passed to
|
||
|
your code via an event callback. A Window object is a handle to a GUI
|
||
|
TermWindow running in the wezterm process.
|
||
|
|
||
|
## Available methods
|
||
|
|
||
|
|