Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions packages/core/src/renderer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -272,11 +272,6 @@ export async function createCliRenderer(config: CliRendererConfig = {}): Promise
config.useThread = true
}

// Disable threading on linux because there currently is currently an issue
// might be just a missing dependency for the build or something, but threads crash on linux
if (process.platform === "linux") {
config.useThread = false
}
ziglib.setUseThread(rendererPtr, config.useThread)

const kittyConfig = config.useKittyKeyboard ?? {}
Expand Down
Loading