We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 71a8b1c + e49ba3c commit 6ac88fbCopy full SHA for 6ac88fb
src/MacVim/MMVimView.m
@@ -982,7 +982,7 @@ - (void)frameSizeMayHaveChanged:(BOOL)keepGUISize
982
// We only want to set the window title if this resize came from
983
// a live-resize, not (for example) setting 'columns' or 'lines'.
984
if ([self inLiveResize]) {
985
- [[self window] setTitle:[NSString stringWithFormat:@"%dx%d",
+ [[self window] setTitle:[NSString stringWithFormat:@"%d × %d",
986
constrained[1], constrained[0]]];
987
}
988
0 commit comments