-
- Downloads
Move all touchbar logic into PseudoTerminal. It didn't work to have some of it...
Move all touchbar logic into PseudoTerminal. It didn't work to have some of it in PTYsession since we don't reload the whole toolbar when the currently active session changes. If apple's hierarchy of touchbars worked that would be ideal, but since it never asks the first responder, we'll just have the window do everything.
Showing
- sources/PTYSession.h 2 additions, 1 deletionsources/PTYSession.h
- sources/PTYSession.m 4 additions, 271 deletionssources/PTYSession.m
- sources/ProfilesKeysPreferencesViewController.m 1 addition, 1 deletionsources/ProfilesKeysPreferencesViewController.m
- sources/PseudoTerminal.m 301 additions, 38 deletionssources/PseudoTerminal.m
- sources/WindowControllerInterface.h 1 addition, 1 deletionsources/WindowControllerInterface.h
This diff is collapsed.
Please register or sign in to comment