macOS: remove "r" & "c" from resize overlay (#7142)

as per [#6013](https://github.com/ghostty-org/ghostty/pull/6013) and
[#6040](https://github.com/ghostty-org/ghostty/pull/6040) but for macOS
This commit is contained in:
Mitchell Hashimoto
2025-04-21 08:13:49 -07:00
committed by GitHub

View File

@@ -329,7 +329,7 @@ extension Ghostty {
Spacer()
}
Text(verbatim: "\(size.columns)c \(size.rows)r")
Text(verbatim: "\(size.columns) \(size.rows)")
.padding(.init(top: padding, leading: padding, bottom: padding, trailing: padding))
.background(
RoundedRectangle(cornerRadius: 4)