Description
Coder WebTerminal should support OSC 52 for easy copying when running TMux inside the terminal. XTerm.js now supports OSC 52. See xtermjs/xterm.js#3260
related: #5001
Behaviour
- Start a new WebTerminal
- Start TMux as terminal multiplexer
- execute
printf "\033]52;c;$(echo -n 'Coder is Cool' | base64)\a" to see if Test gets copied to clipboard
- nothing gets copied to clipboard
Expected behaviour
- The Text Coder is Cool should be in local clipboard
Description
Coder WebTerminal should support OSC 52 for easy copying when running TMux inside the terminal. XTerm.js now supports OSC 52. See xtermjs/xterm.js#3260
related: #5001
Behaviour
printf "\033]52;c;$(echo -n 'Coder is Cool' | base64)\a"to see if Test gets copied to clipboardExpected behaviour