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

Currently the iOS view lacks UIScrollView support.

Hi, I work on CodeEdit and there's a terminal rendering defect. We use SwiftTerm as the package for our terminal emulator [Click here to see the issue](https://github.com/CodeEditApp/CodeEdit/issues/615#issue-1237535843) and please comment...

On the edges, we should trigger a timer to keep sending the event, so it can continue sending arrow keys indefinitely. I suspect that to get this behavior for free,...

Currently, the UITextInput implementation is using an out-of-band Character buffer, plus positions and ranges that are based on indexes into this out-of-band buffer. This works for dictation, and input methods...

Assorted OSC codes supported that we do not support shown by `dynamic.pl` in xterm/vttest show that we are missing: - [x] OSC 4 - [x] OSC 10 mostly done, pending...

enhancement

https://github.com/migueldeicaza/SwiftTerm/issues/227

Given a chinese character that uses more than one cell, and another one, we get two CTRuns, one for the Chinese character, and one that contains both a space and...

This allows option-tap to send cursor arrow movements to reach a destination, like Terminal.app does. In application mode, this could send the sequence of cursor movements to get to the...

Some observations on optimizations: - Could probably track dirty state per cell, rather than per-line, this would improve the redraw for cells-based apps - Should investigate on MacOS why the...