billiob pushed a commit to branch master.

http://git.enlightenment.org/apps/terminology.git/commit/?id=241c5b59440408d17c456eb1291776f84f4c6b87

commit 241c5b59440408d17c456eb1291776f84f4c6b87
Author: Boris Faure <bill...@gmail.com>
Date:   Thu Jul 18 00:09:06 2019 +0200

    termptyesc: use "ESC\", the 7-bit version of ST.
    
    Ref T8054
---
 src/bin/termptyesc.c | 2 +-
 tests/tests.results  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/bin/termptyesc.c b/src/bin/termptyesc.c
index ca3488b..2e05684 100644
--- a/src/bin/termptyesc.c
+++ b/src/bin/termptyesc.c
@@ -3675,7 +3675,7 @@ _handle_xterm_11_command(Termpty *ty, Eina_Unicode *p)
    l = snprintf(buf, sizeof(buf), "%.2x%.2x/%.2x%.2x/%.2x%.2x",
                 r, r, g, g, b, b);
    termpty_write(ty, buf, l);
-   TERMPTY_WRITE_STR("\033");
+   TERMPTY_WRITE_STR("\033\\");
 
    return;
 err:
diff --git a/tests/tests.results b/tests/tests.results
index 8175aea..fcbe509 100644
--- a/tests/tests.results
+++ b/tests/tests.results
@@ -121,4 +121,4 @@ mouse_reporting_mode_normal_ext_urxvt.sh 
bf68099047410f102e71d2e451875c69
 mouse_reporting_mode_mouse_move_pressed_ext_urxvt.sh 
59f3e59b60b3a43260de6a80135489eb
 mouse_reporting_mode_all_ext_urxvt.sh a11bbc8ebea42d06cc3ad823b52c09b3
 shift_in_out.sh 3896bcc6887998bbc41b43840a6b2e33
-osc-11-query.sh 880863bd914b7d58fb61aa4ec3fe50a0
+osc-11-query.sh b762d503e40641ff896dac46391ad7a8

-- 


Reply via email to