diff options
Diffstat (limited to 'lib/readline/doc/readline.3')
| -rw-r--r-- | lib/readline/doc/readline.3 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/readline/doc/readline.3 b/lib/readline/doc/readline.3 index ca0a81a0..fde9c774 100644 --- a/lib/readline/doc/readline.3 +++ b/lib/readline/doc/readline.3 @@ -430,6 +430,13 @@ When set to \fBOn\fP, on operating systems that indicate they support it, readline echoes a character corresponding to a signal generated from the keyboard. .TP +.B enable\-bracketed\-paste (Off) +When set to \fBOn\fP, readline will configure the terminal in a way +that will enable it to insert each paste into the editing buffer as a +single string of characters, instead of treating each character as if +it had been read from the keyboard. This can prevent pasted characters +from being interpreted as editing commands. +.TP .B enable\-keypad (Off) When set to \fBOn\fP, readline will try to enable the application keypad when it is called. Some systems need this to enable the |
