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 08c41c1982646289a3f7e29cfba8ebab0a996e96
Author: Boris Faure <[email protected]>
AuthorDate: Tue Sep 15 21:32:10 2026 +0000
termptyesc: advertise rectangular editing and clipboard in primary DA
thos features were here for a long time.
As such, the checksum for tests/da.sh changes.
---
src/bin/termptyesc.c | 5 ++++-
tests/tests.results | 2 +-
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/src/bin/termptyesc.c b/src/bin/termptyesc.c
index 31fcc8b8..e33ca621 100644
--- a/src/bin/termptyesc.c
+++ b/src/bin/termptyesc.c
@@ -3216,12 +3216,15 @@ _handle_esc_csi_da(Termpty *ty, Eina_Unicode **ptr)
* 22 Color
* 23 Greek
* 24 Turkish
+ * 28 Rectangular editing
+ * 29 ANSI text locator
* 42 ISO Latin-2 character set
* 44 PCTerm
* 45 Soft key map
* 46 ASCII emulation
+ * 52 Clipboard access (OSC 52)
*/
- len = snprintf(bf, sizeof(bf), "\033[?64;1;9;15;18;21;22c");
+ len = snprintf(bf, sizeof(bf), "\033[?64;1;9;15;18;21;22;28;52c");
}
termpty_write(ty, bf, len);
}
diff --git a/tests/tests.results b/tests/tests.results
index b6e516f2..1e0d4d6f 100644
--- a/tests/tests.results
+++ b/tests/tests.results
@@ -75,7 +75,7 @@ text_append_after_right_margin.sh fc835db39be6a84e1ebd1ce1937cd364
cbt.sh b7f031f874c5cb537922d5a7019c6434
hpa.sh 6659226975d06786a9651da14299cb82
rep.sh 7b533f940c995734489c284a7c7dac1b
-da.sh dd821275bd064f593621b34feb111bbc
+da.sh 0e2a05402d20ee081403a6c04c78344f
uts.sh c959c942c56b2f85424c2075f3cceddb
vpa.sh 28538edba8d3dbaf671597c7bc600e4f
decswbv.sh a65f80802b772c331691e0bba64b1b59
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.