raster pushed a commit to branch master. http://git.enlightenment.org/apps/terminology.git/commit/?id=4fe0c07254b48ea6c776a64d8efe7e981af300ec
commit 4fe0c07254b48ea6c776a64d8efe7e981af300ec Author: Carsten Haitzler (Rasterman) <[email protected]> Date: Mon Aug 18 17:18:03 2014 +0900 add : to word separators --- src/bin/termio.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/termio.c b/src/bin/termio.c index 37f66ea..edddb68 100644 --- a/src/bin/termio.c +++ b/src/bin/termio.c @@ -2463,6 +2463,7 @@ _codepoint_is_wordsep(const Eina_Unicode g) ')', '*', ',', + ':', ';', '=', '?', --
