CVSROOT: /cvs Module name: src Changes by: [email protected] 2011/03/07 16:46:27
Modified files:
usr.bin/tmux : input.c screen-write.c tmux.h tty.c
Log message:
Support passing through escape sequences to the underlying terminal by
using DCS with a "tmux;" prefix. Escape characters in the sequences must
be doubled. For example:
$ printf '\033Ptmux;\033\033]12;red\007\033\\'
Will pass \033]12;red\007 to the terminal (and change the cursor colour
in xterm). From Kevin Goodsell.
