mirror of
https://github.com/tmux/tmux.git
synced 2026-08-23 15:11:35 +00:00
a0295b4c2f648c008b732f7981304ae6e2df322b
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.
Description
tmux source code
Languages
C
75.9%
Shell
16%
Roff
5.9%
Yacc
1%
M4
0.7%
Other
0.4%