From 15d3bef17ec6027dd62910039294b2f6203547b4 Mon Sep 17 00:00:00 2001 From: englebass Date: Thu, 4 Oct 2012 23:18:39 +0000 Subject: [PATCH] terminology: pretend we are a new xterm version This improves how vim interacts with terminology. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/terminology@77480 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- 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 aa15650..0a2c14c 100644 --- a/src/bin/termptyesc.c +++ b/src/bin/termptyesc.c @@ -473,7 +473,7 @@ _handle_esc_csi(Termpty *ty, const Eina_Unicode *c, Eina_Unicode *ce) // 5 GO and STP // 6 GO and AVO // 7 GO, STP, and AVO - snprintf(bf, sizeof(bf), "\033[?1;%ic", 0); + snprintf(bf, sizeof(bf), "\033[>1;271;%ic", 0); termpty_write(ty, bf, strlen(bf)); } break; -- 2.7.4