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

See tmux 96e7f33da3078facc504c6c66d42956bc44b2e54

This is the culprit of a small performance regression, so might as well just render this during the regular rendering pass, rather than have a subview that is moved continously.

- [ ] Add support for passing fonts and color schemes - [x] Add support for changing font on the fly - [x] Add support for changing font size on...

enhancement

Do a long listing, and scroll with the finger, it seems to reset if you try to keep scrolling to the original location.

Holding the button shows a menu where select is on the secondary menu, not the primary one. Trying to move the handles is hard Crash when trying to do so

Another option if the application is not processing mouse events is to turn drag gestures in application mode as sending cursor events, towards the destination of the finger.

Double-tapping, tripple-tapping a word, and then using command-c, command-v should work as expected, but it is not copying all the text. Might take a few tries to reproduce.

This means that the menu is too close to the text, and covers one of the selection handles.

Currently you can start a selection, with long-press select, but if you try to grab the handles, the app events take priority and are consumed by the app.

I'm not sure this is the correct way to do this but here it is. Currently UIScrollView does not work. And I don't think there is a possible way for...