diff options
Diffstat (limited to 'src/core/wee-config.c')
-rw-r--r-- | src/core/wee-config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/wee-config.c b/src/core/wee-config.c index 8ea62913c..20beb3ed0 100644 --- a/src/core/wee-config.c +++ b/src/core/wee-config.c @@ -1978,7 +1978,7 @@ config_weechat_init_options () N_("enable terminal \"bracketed paste mode\" (not supported in all " "terminals/multiplexers): in this mode, pasted text is bracketed " "with control sequences so that WeeChat can differentiate pasted " - "text from typed-in text \"(ESC[200~\", followed by the pasted text, " + "text from typed-in text (\"ESC[200~\", followed by the pasted text, " "followed by \"ESC[201~\")"), NULL, 0, 0, "off", NULL, 0, NULL, NULL, &config_change_paste_bracketed, NULL, NULL, NULL); config_look_paste_max_lines = config_file_new_option ( |