SwiftTerm icon indicating copy to clipboard operation
SwiftTerm copied to clipboard

Fix for TerminalView growing out of bounds in Sonoma (#330)

Open nkleemann opened this issue 1 month ago • 0 comments

View clipping needs to be set explicitly in App/UIKit on Sonoma, see here: https://indiestack.com/2023/06/view-clipping-sonoma/

This PR just adds the flag to TerminalView's setup function.

nkleemann avatar May 17 '24 16:05 nkleemann