Skip to content

Commit 6ac88fb

Browse files
authored
Merge pull request #1488 from sfsam/dim_x
Proposal: change x to × in title bar resize message
2 parents 71a8b1c + e49ba3c commit 6ac88fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MacVim/MMVimView.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -982,7 +982,7 @@ - (void)frameSizeMayHaveChanged:(BOOL)keepGUISize
982982
// We only want to set the window title if this resize came from
983983
// a live-resize, not (for example) setting 'columns' or 'lines'.
984984
if ([self inLiveResize]) {
985-
[[self window] setTitle:[NSString stringWithFormat:@"%dx%d",
985+
[[self window] setTitle:[NSString stringWithFormat:@"%d × %d",
986986
constrained[1], constrained[0]]];
987987
}
988988
}

0 commit comments

Comments
 (0)