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

Some themes have this problem, will have to change from positioning a view, to using attributes. This should also fix the problem where the cursor somehow got out of sync...

Currently,I ignore this, but should become a drag and drop operation, with the selection being the content: https://developer.apple.com/documentation/uikit/drag_and_drop/making_a_view_into_a_drag_source

I think that I should use some rules to define which keys are shown as accessories on iOS, so that larger screens get more commands. Also on iPad the bar...

This change in Tmux shows what was done there to support it: 0ab82d95314e7a26a48452c77ad710f3aff97dd7

There is a `scrollback:` value in the `TerminalOptions` struct, but no public API has the ability to change it from the default of 500.

This is a work in progress specification, not widely used, but looks cute: https://gitlab.com/gnachman/iterm2/-/wikis/synchronized-updates-spec

Currently we use CoreText to render glyphs which works great, but poses one problem: alternating attributes between characters can be quite costly (various test cases that change the attribute from...

## Context I'm working on an application that uses HeadlessTerminal and LocalProcess from SwiftTerm to run shell commands on behalf of a user. We need to be able to capture...

This happens with both SwiftTerm and other terminals (MacOS and iTerm) - investigate why they get tricked into rendering something with no changes, and perhaps consider treating dirty only when...