Thanks. I changed this slightly to break these out into separate helpers
(like input_csi_dispatch_sgr),

On Mon, Aug 19, 2013 at 01:55:10AM +0900, Hayaki Saito wrote:
> 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

------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&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