Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add default value to updateCursorStyle() in MacCareView.swift #242

Closed
wants to merge 1 commit into from

Conversation

JoeMatt
Copy link

@JoeMatt JoeMatt commented Jun 30, 2022

Fixes build issue in AppleTerminalView.swift line 64

    func updateCaretView ()
    {
        caretView.frame.size = CGSize(width: cellDimension.width, height: cellDimension.height)
        caretView.updateCursorStyle()
    }

Fixes build issue in `AppleTerminalView.swift` line 64
```swift
    func updateCaretView ()
    {
        caretView.frame.size = CGSize(width: cellDimension.width, height: cellDimension.height)
        caretView.updateCursorStyle()
    }
```
@JoeMatt JoeMatt changed the title Add default value to updateCursorStyle in MacCareV Add default value to updateCursorStyle() in MacCareView.swift Jun 30, 2022
@migueldeicaza
Copy link
Owner

Thanks for the PR! I ended up doing a slightly different change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants