From 9709d934f043d889ae28d463fee58f282a9ee92f Mon Sep 17 00:00:00 2001 From: Asadullah Shaikh <159872817+pantheraleo-7@users.noreply.github.com> Date: Sun, 20 Apr 2025 21:42:50 +0530 Subject: [PATCH] remove "r" & "c" from resize overlay on macOS --- macos/Sources/Ghostty/SurfaceView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macos/Sources/Ghostty/SurfaceView.swift b/macos/Sources/Ghostty/SurfaceView.swift index 7eebd3ef1..3b9c10067 100644 --- a/macos/Sources/Ghostty/SurfaceView.swift +++ b/macos/Sources/Ghostty/SurfaceView.swift @@ -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)