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.
1 parent de3b365 commit e49ba3cCopy full SHA for e49ba3c
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