Event Paste
Event fired when a bracketed paste is received from the terminal. The string contains the raw pasted text with the ANSI bracketing markers stripped. Only fires on terminals that support bracketed paste mode (most modern terminals).
event EventHandler<string>? Paste
Returns
- EventHandler<string>
- Event fired when a bracketed paste is received from the terminal. The string contains the raw pasted text with the ANSI bracketing markers stripped. Only fires on terminals that support bracketed paste mode (most modern terminals).