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.

貢獻者指南