<div dir="ltr">I&#39;ve search the internet for this but have been unable to find an answer.  Does anyone know how to tell tmux to not &quot;eat&quot; an escape code?  I use terminal escape codes to send data to my printer over ssh sessions.  However when running in tmux it &quot;eats&quot; the escape codes and I get the print data outputted to my screen instead of having my ssh client get the codes and send it on to the printer.<div>

<br></div><div style>These are the escape codes I&#39;m currently trying to tell tmux to pass through to my terminal.</div><div>\033[5i<br></div><div>\033[4i<br></div><div><br></div></div>