GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
urxvt-confirm-paste(1) RXVT-UNICODE urxvt-confirm-paste(1)

confirm-paste - ask for confirmation before pasting control characters

Displays a confirmation dialog when a paste containing control characters is detected. The user can choose "y" to either paste a sanitized variant where all control characters are removed, "p" to paste the string unmodified or "n" to drop the paste request completely.

This is mostly meant as a defense-in-depth mechanism to protect against the common web browser bug of you selecting some text but the browser pasting a completely different text, which has some attack potential.

It can also be useful to prevent you from accidentally pasting large amounts of text.

If a string containing unicode control characters (specifically U+0000 .. U+001F currrently) is pasted into the terminal, this extension will ask whether it should be pasted. Strings without control characters get pasted without prompt.

When a sanitized version is pasted (choice "y"), then contiguous sequences of those control characters will be replaced by a single spaces.

The exact detection and sanitization algorithm is subject to change in future versions.

2025-07-17 9.31

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.