This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository terminology.

View the commit online.

commit ea122be0a91c8eeacc1ffd481637f16f443229d2
Author: Boris Faure <bill...@gmail.com>
AuthorDate: Mon Aug 14 19:02:08 2023 +0200

    termptyesc: a bit more doc on some special escape codes
---
 src/bin/termptyesc.c | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/src/bin/termptyesc.c b/src/bin/termptyesc.c
index 36e542c..f22116d 100644
--- a/src/bin/termptyesc.c
+++ b/src/bin/termptyesc.c
@@ -539,11 +539,25 @@ _handle_esc_csi_reset_mode(Termpty *ty, Eina_Unicode cc, Eina_Unicode *b,
                 case 2004:
                    ty->bracketed_paste = mode;
                    break;
+                case 7700: // ignore
+                   WRN("TODO: ambigous width reporting %i", mode);
+                   ty->decoding_error = EINA_TRUE;
+                   break;
                 case 7727: // ignore
                    WRN("TODO: enable application escape mode %i", mode);
                    ty->decoding_error = EINA_TRUE;
                    break;
+                case 7766: // ignore
+                   WRN("TODO: %s scrollbar", mode ? "hide" : "show");
+                   ty->decoding_error = EINA_TRUE;
+                   break;
+                case 7783: // ignore
+                   WRN("TODO: shortcut override mode %i", mode);
+                   ty->decoding_error = EINA_TRUE;
+                   break;
                 case 7786: // ignore
+                   EINA_FALLTHROUGH;
+                case 7787: // ignore
                    WRN("TODO: enable mouse wheel -> cursor key xlation %i", mode);
                    ty->decoding_error = EINA_TRUE;
                    break;

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to