Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 1 addition & 51 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,57 +17,7 @@ Refer to link:tty-copy.1.adoc[tty-copy(1)] for usage information.

== Supported Terminals

Here is a non-exhaustive list of the status of popular terminal emulators regarding OSC52 footnote:[This list was originally copied from https://github.com/ojroques/vim-oscyank[vim-oscyank].]:

|===
| Terminal | OSC 52 support

| https://github.com/alacritty/alacritty[Alacritty]
| *yes*

| https://github.com/contour-terminal/contour[Contour]
| *yes*

| https://github.com/elfmz/far2l[far2l]
| *yes*

| https://codeberg.org/dnkl/foot[foot]
| *yes*

| https://github.com/GNOME/gnome-terminal[GNOME Terminal] (and other VTE-based terminals)
| https://bugzilla.gnome.org/show_bug.cgi?id=795774[not yet]

| https://iterm2.com/[iTerm2]
| *yes*

| https://github.com/kovidgoyal/kitty[kitty]
| *yes*

| https://konsole.kde.org[Konsole]
| *yes* (https://bugs.kde.org/show_bug.cgi?id=372116[since 24.12])

| https://github.com/lxqt/qterminal[QTerminal]
| https://github.com/lxqt/qterminal/issues/839[not yet]

| http://rxvt.sourceforge.net/[rxvt]
| *yes* (to be confirmed)

| https://www.gnu.org/software/screen/[screen]
| *yes*

| https://en.wikipedia.org/wiki/Terminal_(macOS)[Terminal.app]
| no, but see https://github.com/matvore/pb52[workaround]

| https://github.com/tmux/tmux[tmux]
| *yes*

| http://software.schmorp.de/pkg/rxvt-unicode.html[urxvt]
| *yes* (with a script, see https://github.com/ojroques/vim-oscyank/issues/4[here])

| https://github.com/microsoft/terminal[Windows Terminal]
| *yes*
|===

Here is a non-exhaustive list of the status of popular terminal emulators regarding OSC52: https://can-i-use-terminal.github.io/features/osc52copy.html

== Requirements

Expand Down