New issue
Advanced search Search tips

Issue 713395 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner: ----
Closed: Apr 2017
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Feature



Sign in to add a comment

hterm: Support bracketed paste mode

Project Member Reported by varz@google.com, Apr 19 2017

Issue description

We've had a few requests through different channels to support bracketed paste mode: http://www.xfree86.org/current/ctlseqs.html#Bracketed%20Paste%20Mode

This could probably be exposed as a default-false configurable option.
 

Comment 1 by varz@google.com, Apr 19 2017

Dug up this change:

https://chromium.googlesource.com/apps/libapps/+/a063b208 - hterm: Implement bracketed paste mode

Looking into usage.

Comment 2 by varz@google.com, Apr 19 2017

Status: Fixed (was: Untriaged)
The feature can be activated with the standard escape sequence, e.g. by running:

  printf "\e[?2004h"

It does not need to be enabled externally. Fixed since 2014!

Comment 3 by vapier@chromium.org, Apr 20 2017

starting with readline-7.0 (bash-4.4), you can put into ~/.inputrc or /etc/inputrc:
set enable-bracketed-paste on

Sign in to add a comment