Table of Contents

Event Paste

Namespace
Terminal.Gui.Drivers
Assembly
Terminal.Gui.dll

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).