emulators can specify their character generator.

This commit is contained in:
Kelvin Sherlock
2018-02-28 10:22:55 -05:00
parent b766854f80
commit e7ebb7b573
2 changed files with 9 additions and 0 deletions
+7
View File
@@ -276,6 +276,13 @@
[_colorView setWantsLayer: YES];
[_colorView setContentFilters: [self effectsFilter]];
if ([_emulator respondsToSelector: @selector(characterGenerator)]) {
id tmp = [_emulator characterGenerator];
[(EmulatorWindow *)window setTitleCharacterGenerator:tmp];
}
[self initPTY];
}