Closed notthetup closed 4 months ago
Seems related to
Bracketed Paste Mode
When bracketed paste mode is set, pasted text is bracketed with control sequences so that the program can differentiate pasted text from typed-in text. When bracketed paste mode is set, the program will receive: ESC [ 200 ~, followed by the pasted text, followed by ESC [ 201 ~.
When pasting a multiline string in the web shell, instead of displaying a multiline string, the Web shell tries to execute the string at the first occurrence of a newline when the web shell is first loaded/refreshed.
For example when copying/pasting this string...
Once "Enter" is pressed, this behavior goes away.