SwiftTerm icon indicating copy to clipboard operation
SwiftTerm copied to clipboard

Xterm/VT100 Terminal emulator in Swift

Results 76 SwiftTerm issues
Sort by recently updated
recently updated
newest added

I caught the issue in the wild, the crash is: ``` frame #3: 0x000000019475f134 libswiftCore.dylib`Swift._assertionFailure(_: Swift.StaticString, _: Swift.String, file: Swift.StaticString, line: Swift.UInt, flags: Swift.UInt32) -> Swift.Never + 652 frame #4:...

Bug report here: https://twitter.com/_parv/status/1574842082530713600?s=46&t=f7UpxWjnO7G3TNzTsC0cAA

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.

**Describe the bug** I am calling `setCursorColor()` to change the color of the cursor. After the call, the cursor is still the default gray color. **To Reproduce** Call `terminalView?.setCursorColor(source: (termView?.getTerminal())!,...

**Describe the bug** When I send a emoji made of several characters with compose, like "🖐🏾" or "👩‍👩‍👦‍👦", to terminalView using: `terminalView?.feed(text: string)`, it appears on the view as the...

Problem: As a user of the terminal emulator on iOS, I often find myself unable to access certain function keys such as Alt and Shift. This limitation hinders my ability...