Re: Support for OSC 52?

2022-09-08 Thread Neal Fultz
You could try adding OSC code 52 to ansi.c and friends; eg in the patch I just emailed I added codes 10/12. Once it's built in to screen's terminal emulator, you no longer need to use the \eP escapes to send the message directly to the outer terminal, screen will propagate it correctly even when n

Re: Support for OSC 52?

2022-09-08 Thread Nieko Maatjes via General GNU Screen discussion
Hi Neal! On Fri 02 Sep 2022 at 07:55:24 -0700, Neal Fultz wrote: > > In my Alacritty terminal (on Debian testing, with TERM=xterm-256color), > > if I run the following, it puts "test" in my OS clipboard: > > > > printf "\033]52;c;$(printf "%s" "test" | base64)\a" > > > > However, when run from wit