Skip to content

Commit

Permalink
Merge pull request #335 from Kotivskyi/feature/allow-terminal-override
Browse files Browse the repository at this point in the history
Made terminal variable public, so custom implementation can be used
  • Loading branch information
migueldeicaza committed Feb 5, 2024
2 parents 359094d + 48e254d commit ea0f681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/SwiftTerm/Mac/MacTerminalView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ open class TerminalView: NSView, NSTextInputClient, NSUserInterfaceValidations,

var cellDimension: CellDimension!
var caretView: CaretView!
var terminal: Terminal!
public var terminal: Terminal!

var selection: SelectionService!
private var scroller: NSScroller!
Expand Down

0 comments on commit ea0f681

Please sign in to comment.