mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-09-05 19:08:17 +00:00
apprt/gtk: remove non-ascii characters from resize overlay
It is possible that fonts people are using don't contain these characters as evidenced by users in the Discord. Signed-off-by: Tristan Partin <tristan@partin.io>
This commit is contained in:
@@ -114,7 +114,7 @@ fn gtkUpdate(ud: ?*anyopaque) callconv(.C) c_int {
|
||||
var buf: [32]u8 = undefined;
|
||||
const text = std.fmt.bufPrintZ(
|
||||
&buf,
|
||||
"{d} ↔ ⨯ {d} ↕",
|
||||
"{d} x {d}",
|
||||
.{
|
||||
grid_size.columns,
|
||||
grid_size.rows,
|
||||
|
Reference in New Issue
Block a user