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 7f18277ceb48785c8a888901150464de9143f30b
Author: Boris Faure <bill...@gmail.com>
AuthorDate: Mon Aug 14 15:27:50 2023 +0200

    config: do force emoji as double width by default
---
 src/bin/config.c           | 4 ++--
 src/bin/options_behavior.c | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/bin/config.c b/src/bin/config.c
index 2f3fb42..f1330ab 100644
--- a/src/bin/config.c
+++ b/src/bin/config.c
@@ -586,7 +586,7 @@ config_new(void)
         config->mv_always_show = EINA_FALSE;
         config->ty_escapes = EINA_TRUE;
         config->changedir_to_current = EINA_TRUE;
-        config->emoji_dbl_width = EINA_TRUE;
+        config->emoji_dbl_width = EINA_FALSE;
         for (j = 0; j < 4; j++)
           {
              for (i = 0; i < 12; i++)
@@ -726,7 +726,7 @@ config_load(void)
                   EINA_FALLTHROUGH;
                   /*pass through*/
                 case 20:
-                  config->emoji_dbl_width = EINA_TRUE;
+                  config->emoji_dbl_width = EINA_FALSE;
                   EINA_FALLTHROUGH;
                   /*pass through*/
                 case 21:
diff --git a/src/bin/options_behavior.c b/src/bin/options_behavior.c
index 9324d4d..d429d0b 100644
--- a/src/bin/options_behavior.c
+++ b/src/bin/options_behavior.c
@@ -414,7 +414,7 @@ options_behavior(Evas_Object *opbox, Evas_Object *term)
    OPTIONS_CX(_("Open new terminals in current working directory"), changedir_to_current, 0);
    OPTIONS_CX(_("Always show miniview"), mv_always_show, 0);
    OPTIONS_CX(_("Enable special Terminology escape codes"), ty_escapes, 0);
-   OPTIONS_CX(_("Treat Emojis as double-width characters"), emoji_dbl_width, 0);
+   OPTIONS_CX(_("Always treat Emojis as double-width characters"), emoji_dbl_width, 0);
    OPTIONS_CX(_("When grouping input, do it on all terminals and not just the visible ones"), group_all, 0);
 
    OPTIONS_SEPARATOR;

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

Reply via email to