Now tmux does not accept multiple parameters with mode set/reset 
sequences(SM/RM/DECSET/DECRST). It reads only the first parameter.

>From the viewpoint of terminfo compatibility, that is not such a big issue.
But some applications may send hard-coded sequences.

example:

  $ printf "\033[?12;25l"

GNU Screen hides the cursor with above sequence. But tmux does not.
This patchset fixes that problem and improves compatibility with other 
terminals.

Hayaki Saito (2):
  Correct comments: GATM -> DECCKM
  Read multiple parameters on SM/RM/DECSET/DECRST

 input.c | 221 +++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 115 insertions(+), 106 deletions(-)

-- 
1.8.3.4


------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite!
It's a free troubleshooting tool designed for production.
Get down to code-level detail for bottlenecks, with <2% overhead. 
Download for free and get started troubleshooting in minutes. 
http://pubads.g.doubleclick.net/gampad/clk?id=48897031&iu=/4140/ostg.clktrk
_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users

Reply via email to