From a33a937ab76913845fd43b7b85c63486c9d9cb39 Mon Sep 17 00:00:00 2001 From: Boris Faure Date: Sun, 16 Aug 2015 21:48:22 +0200 Subject: [PATCH] add powerlines to word separators --- src/bin/termio.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/bin/termio.c b/src/bin/termio.c index 69eaf1b8..91eb8ccc 100644 --- a/src/bin/termio.c +++ b/src/bin/termio.c @@ -2718,6 +2718,9 @@ _codepoint_is_wordsep(const Eina_Unicode g) 0xa60d, 0xa60f, 0xa6f5, + 0xe0a0, + 0xe0b0, + 0xe0b2, 0xfe10, 0xfe41, 0xfe42,