Signed-off-by: Hayaki Saito <u...@zuse.jp>
---
 input.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/input.c b/input.c
index 30d3bb9..c3c85cd 100644
--- a/input.c
+++ b/input.c
@@ -1241,7 +1241,7 @@ input_csi_dispatch(struct input_ctx *ictx)
                break;
        case INPUT_CSI_RM_PRIVATE:
                switch (input_get(ictx, 0, 0, -1)) {
-               case 1:         /* GATM */
+               case 1:         /* DECCKM */
                        screen_write_mode_clear(&ictx->ctx, MODE_KCURSOR);
                        break;
                case 3:         /* DECCOLM */
@@ -1304,7 +1304,7 @@ input_csi_dispatch(struct input_ctx *ictx)
                break;
        case INPUT_CSI_SM_PRIVATE:
                switch (input_get(ictx, 0, 0, -1)) {
-               case 1:         /* GATM */
+               case 1:         /* DECCKM */
                        screen_write_mode_set(&ictx->ctx, MODE_KCURSOR);
                        break;
                case 3:         /* DECCOLM */
-- 
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