mirror of
https://github.com/wez/wezterm.git
synced 2025-01-04 11:42:53 +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
|
|
|
|
|