CVSROOT: /cvs Module name: src Changes by: [email protected] 2012/03/03 02:43:23
Modified files:
usr.bin/tmux : cmd-paste-buffer.c input.c screen-write.c
tmux.1 tmux.h tty.c
Log message:
Support "bracketed paste" mode. This adds a -p flag to paste-buffer - if
this is used and the application has requested bracketed pastes, then
tmux surrounds the pasted text by \033[200~ and \033[201~. Applications
like vim can (apparently) use this to avoid, for example, indenting the
text. From Ailin Nemui.
