From 8168b019c9cd2b46e6f78c6364c692be9ef00390 Mon Sep 17 00:00:00 2001 From: Boris Faure Date: Thu, 1 Jun 2017 21:29:07 +0200 Subject: [PATCH] termptyesc: improve debug --- src/bin/termptyesc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/termptyesc.c b/src/bin/termptyesc.c index 691902d0..f0376a46 100644 --- a/src/bin/termptyesc.c +++ b/src/bin/termptyesc.c @@ -268,7 +268,7 @@ _handle_esc_csi_reset_mode(Termpty *ty, Eina_Unicode cc, Eina_Unicode *b) ty->cursor_state.cx = 0; ty->cursor_state.cy = 0; } - DBG("origin mode (%d): cursor is at 0,0" + DBG("DECOM: mode (%d): cursor is at 0,0" " cursor limited to screen/start point" " for line #'s depends on top margin", mode);