mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-18 21:40:29 +00:00
macos: rename surfaceTree2 to surfaceTree
This commit is contained in:
@@ -741,7 +741,7 @@ class AppDelegate: NSObject,
|
||||
|
||||
func findSurface(forUUID uuid: UUID) -> Ghostty.SurfaceView? {
|
||||
for c in terminalManager.windows {
|
||||
for view in c.controller.surfaceTree2 {
|
||||
for view in c.controller.surfaceTree {
|
||||
if view.uuid == uuid {
|
||||
return view
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user