mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-25 16:53:54 +00:00
IO thread has more state setup
This commit is contained in:
@@ -11,3 +11,9 @@ screen_size: renderer.ScreenSize,
|
||||
|
||||
/// The app configuration.
|
||||
config: *const Config,
|
||||
|
||||
/// The render state. The IO implementation can modify anything here. The
|
||||
/// window thread will setup the initial "terminal" pointer but the IO impl
|
||||
/// is free to change that if that is useful (i.e. doing some sort of dual
|
||||
/// terminal implementation.)
|
||||
renderer_state: *renderer.State,
|
||||
|
||||
Reference in New Issue
Block a user