migueldeicaza / SwiftTerm

Xterm/VT100 Terminal emulator in Swift
MIT License
978 stars 145 forks source link

Made terminal variable public, so custom implementation can be used #335

Closed Kotivskyi closed 9 months ago

Kotivskyi commented 9 months ago

Fixes problem when you can subclass MacTerminalView and can subclass Terminal, but you can not initialize your "CustomMacTerminalView" with "CustomTerminal"

migueldeicaza commented 9 months ago

Good call. I had not considered that.

light end up deprecating getTerminal()