summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authortheimpostor <sahirhoda@gmail.com>2024-11-30 22:26:28 -0600
committertheimpostor <sahirhoda@gmail.com>2024-11-30 22:26:28 -0600
commite60f77d9d880ac2f5d67e30b7579ccf777a2f0d4 (patch)
treedc300fdb1d498ad45dbe50d312a2136d22c0a088 /README.md
parentc8e1e2f42a5d5fb628eaa48e889bde578deb8d33 (diff)
mintty paste functional
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1f7e4f6..85b1c55 100644
--- a/README.md
+++ b/README.md
@@ -67,7 +67,7 @@ Terminal | Terminal OS | Shell OS | Copy | Paste | Notes
[windows terminal](https://github.com/microsoft/terminal) v1.17.11461.0 | Windows | Windows | &check; | &cross; |
[windows terminal](https://github.com/microsoft/terminal) v1.17.11461.0 | Windows | linux | &check; | &cross; |
[mintty](https://mintty.github.io/) 3.7.6 | Windows | Windows | &check; | &cross; | Paste support: https://github.com/theimpostor/osc/issues/13
-[mintty](https://mintty.github.io/) 3.7.6 | Windows | linux | &check; | &cross; |
+[mintty](https://mintty.github.io/) 3.7.6 | Windows | linux | &check; | &check; | [Configure](https://mintty.github.io/mintty.1.html) `AllowSetSelection`, `AllowPasteSelection` to `true` for copy and paste respectively. [Must login with cygwin openssh](https://github.com/mintty/mintty/issues/1301#issuecomment-2509564173)
[iterm2](https://iterm2.com/) | macOS | linux | &check; | &check; | Paste requires version 3.5.0. Prompts for access.
[iterm2](https://iterm2.com/) | macOS | macOS | &check; | &check; | Paste requires version 3.5.0. Prompts for access.
[hterm](https://chrome.google.com/webstore/detail/secure-shell/iodihamcpbpeioajjeobimgagajmlibd) | ChromeOS | linux | &check; | &cross; |