ios surface view needs pwd field

This commit is contained in:
Mitchell Hashimoto
2024-11-13 13:26:16 -08:00
parent 4d9143f634
commit 4d00babbea

View File

@ -12,6 +12,9 @@ extension Ghostty {
// to the app level and it is set from there. // to the app level and it is set from there.
@Published var title: String = "👻" @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 // 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. // 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 // when the font size changes). This is used to allow windows to be