kovidgoyal/kitty

BiDirectional text support

开放

#2,109 创建于 2019年11月1日

 (16 条评论) (24 个反应) (0 位负责人)Python (887 个派生)batch import
enhancementhelp wanted

仓库指标

星标
 (21,770 个星标)
PR 合并指标
 (平均合并 3天 22小时) (30 天内合并 33 个 PR)

描述

In the modern world, the support for some languages that are right-to-left and mixing them with left-to-write words and numbers is crucial for a different software. At some point, this should be supported everywhere, including the console.

I started to gather the information about BiDi support in various console terminals (and programs) in analogy with true color crusade at https://gist.github.com/XVilka/a0e49e1c65370ba11c17

New console BiDi specification was recently implemented in libvte by @egmontkob: https://terminal-wg.pages.freedesktop.org/bidi/implementations.html#vte

Note, that with the release of GNOME 3.34 the support of BiDi is available in Gnome Terminal out of the box, which makes testing/implementing it in the other programs, such as kitty way easier.

贡献者指南