commit | a0295b4c2f648c008b732f7981304ae6e2df322b | [log] [download] |
---|---|---|
author | Tiago Cunha <tcunha@gmx.com> | Sat Mar 19 23:30:37 2011 +0000 |
committer | Tiago Cunha <tcunha@gmx.com> | Sat Mar 19 23:30:37 2011 +0000 |
tree | 86aaf41669466ffc3454a4d324e7196af8dda284 | |
parent | 9bc44043a4e66d7c8edb525d32aeaa1824ddbd11 [diff] |
Sync OpenBSD patchset 866: 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.