[Konsole-devel] [konsole] [Bug 324946] Request for Bracketed paste mode
Kurt V. Hindenburg
kurt.hindenburg at gmail.com
Sat Jan 11 23:49:23 UTC 2014
https://bugs.kde.org/show_bug.cgi?id=324946
Kurt V. Hindenburg <kurt.hindenburg at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Latest Commit|http://commits.kde.org/kons |http://commits.kde.org/kons
|ole/8082bcd2ef822fbbe06ca87 |ole/886f12d730e0678bb193827
|16633f44fd20c0cb4 |a75074f178a8e8d62
--- Comment #5 from Kurt V. Hindenburg <kurt.hindenburg at gmail.com> ---
Git commit 886f12d730e0678bb193827a75074f178a8e8d62 by Kurt Hindenburg.
Committed on 11/01/2014 at 17:28.
Pushed by hindenburg into branch 'frameworks'.
Add xterm's bracketed paste mode
Allow xterm's bracketed paste mode to work
When enabled by '\e[?2004h', pasted data is surrounded by \e[200~ and
\e[201~. This is mainly for text editors to temporarily switch off
autoindent and line wrapping.
http://invisible-island.net/xterm/ctlseqs/ctlseqs.html
This page have a .vimrc that will trigger this
https://bugzilla.gnome.org/show_bug.cgi?id=605299
Thanks to Egmont Koblinger for patch
Related: bug 4, bug 13
(cherry picked from commit 8082bcd2ef822fbbe06ca8716633f44fd20c0cb4)
M +13 -0 src/Emulation.cpp
M +7 -0 src/Emulation.h
M +5 -0 src/Session.cpp
M +14 -0 src/TerminalDisplay.cpp
M +4 -0 src/TerminalDisplay.h
M +14 -0 src/Vt102Emulation.cpp
M +2 -1 src/Vt102Emulation.h
http://commits.kde.org/konsole/886f12d730e0678bb193827a75074f178a8e8d62
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the konsole-devel
mailing list