This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

macos: fix GHOSTTY_QUICK_TERMINAL not set for quick terminal splits

+10
+10
macos/Sources/Features/QuickTerminal/QuickTerminalController.swift
··· 315 315 animateOut() 316 316 } 317 317 318 + override func newSplit( 319 + at oldView: Ghostty.SurfaceView, 320 + direction: SplitTree<Ghostty.SurfaceView>.NewDirection, 321 + baseConfig config: Ghostty.SurfaceConfiguration? = nil 322 + ) -> Ghostty.SurfaceView? { 323 + var config = config ?? Ghostty.SurfaceConfiguration() 324 + config.environmentVariables["GHOSTTY_QUICK_TERMINAL"] = "1" 325 + return super.newSplit(at: oldView, direction: direction, baseConfig: config) 326 + } 327 + 318 328 // MARK: Methods 319 329 320 330 func toggle() {