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

There is a condition where the attributes get out of sync with the contents, it looks like a cache. ``` #!/bin/bash for r in `yes | head -300`; do for...

There is a proposal floating around to extend the keyboard support in terminals: https://sw.kovidgoyal.net/kitty/keyboard-protocol.html It allows things like reporting on the status of additional key modifiers, as well as distinguishing...

Not urgent, just wanted to close my browser tabs: https://gitlab.gnome.org/GNOME/vte/-/issues/23 https://github.com/xtermjs/xterm.js/issues/2570 https://github.com/microsoft/terminal/pull/1978

I've been using SwiftTerm for my Mac app, injecting a TerminalView. Recently I noticed that there's a white square on my view's background: I realized it was a scrollbar. Although...

- [x] Implement "Use Option as Meta Key". - [x] Implement Command-R as a toggle for reporting mouse events. - [ ] Print - [x] Export selected text as -...

This support session restoration, and would allow us to set `TERM_PROGRAM=Apple_Terminal`, which would then automatically on MacOS give us the directory tracking on the title bar.

mac-terminal-app

There are two parts to a Windows port. The Terminal engine itself is platform agnostic - it does not contain any knowledge about MacOS or iOS, so it is fully...

This is to support theme colors from iTerm2 which come with both foreground and background colors. Currently the iOS and Mac terminal views only support changing the background.

enhancement

There are some design features that are easy to implement, but should be designed, as some capabilities will override others. For instance, scrolling and tap-drag being sent to an app...