diff --git a/macos/Sources/Ghostty/SurfaceView_UIKit.swift b/macos/Sources/Ghostty/SurfaceView_UIKit.swift index 1c2357960..8ac08d0bd 100644 --- a/macos/Sources/Ghostty/SurfaceView_UIKit.swift +++ b/macos/Sources/Ghostty/SurfaceView_UIKit.swift @@ -12,6 +12,9 @@ extension Ghostty { // to the app level and it is set from there. @Published var title: String = "👻" + // The current pwd of the surface. + @Published var pwd: String? = nil + // The cell size of this surface. This is set by the core when the // surface is first created and any time the cell size changes (i.e. // when the font size changes). This is used to allow windows to be