mirror of
https://github.com/ksherlock/TwoTerm.git
synced 2026-04-25 22:18:07 +00:00
emulators can specify their character generator.
This commit is contained in:
@@ -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];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user