From b02afb111668b1c6ccdbd0ca4a9947f7b3f3a359 Mon Sep 17 00:00:00 2001 From: Jan Katins Date: Sat, 8 Jul 2023 23:08:15 +0200 Subject: [PATCH] Update copypaste.md (#2826) Status page: https://wezfurlong.org/wezterm/escape-sequences.html#operating-system-command-sequences Status at 20230521: > Requests to query the clipboard are ignored. Allows setting or clearing the clipboard Issue to support querying: https://github.com/wez/wezterm/issues/2050 --- runtime/help/copypaste.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/runtime/help/copypaste.md b/runtime/help/copypaste.md index 9e5ca3a7..33b1c03a 100644 --- a/runtime/help/copypaste.md +++ b/runtime/help/copypaste.md @@ -35,6 +35,9 @@ Here is a list of terminal emulators and their status: * `foot`: supported. +* `wezterm`: only copying (writing to clipboard) is supported. + + **Summary:** If you want copy and paste to work over SSH, then you should set `clipboard` to `terminal`, and make sure your terminal supports OSC 52.