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 1f59d6cb35319953d166fdb650bcca537510d692
Author: Boris Faure <bill...@gmail.com>
AuthorDate: Mon Aug 21 15:43:05 2023 +0200
termptyesc: efl does not support secondary selection buffer
---
src/bin/termptyesc.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/src/bin/termptyesc.c b/src/bin/termptyesc.c
index bc9a7d4..cc72732 100644
--- a/src/bin/termptyesc.c
+++ b/src/bin/termptyesc.c
@@ -4317,9 +4317,6 @@ _elm_sel_type_from_osc52(Eina_Unicode c)
Elm_Sel_Type sel_type;
switch (c)
{
- case 's':
- sel_type = ELM_SEL_TYPE_SECONDARY;
- break;
case 'c':
sel_type = ELM_SEL_TYPE_CLIPBOARD;
break;
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.