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
pull/7152/head
Mitchell Hashimoto 2025-04-21 08:13:49 -07:00 committed by GitHub
commit 40c3dbbb31
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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)