Skip to content

Commit

Permalink
fix #330
Browse files Browse the repository at this point in the history
  • Loading branch information
nkleemann committed May 17, 2024
1 parent 90c0cd9 commit d934c55
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions Sources/SwiftTerm/Mac/MacTerminalView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,9 @@ open class TerminalView: NSView, NSTextInputClient, NSUserInterfaceValidations,
if isBigSur {
disableFullRedrawOnAnyChanges = true
}
if #available(macOS 14, *) {
self.clipsToBounds = true
}
setupScroller()
setupOptions()
setupFocusNotification()
Expand Down

0 comments on commit d934c55

Please sign in to comment.