From: Araki K. <ara...@us...> - 2014-06-26 11:40:09
|
Hi, From: dhead foolishgames <myf...@gm...> Subject: [Mlterm-dev-en] force slash character as LTR separator Date: Wed, 25 Jun 2014 18:50:11 +0300 Message-ID: <CACCkt-RJirCZ+eptc_jeFhg4AF31xK9ZMaJq=X7c...@ma...> > The biggest annoyance of mlterm and RTL script is the fact that the slash > "/" character isn't recognized as LTR character. Thanks for your report. Please try to apply the attached patch and start mlterm with --bimode=cmd_l option. FYI, if you'd like to change --bimode option dynamically, execute following commands. $ mlcc bidi_mode cmd_l => force slash (and space) characters as LTR. $ mlcc bidi_mode normal => normal behavior. or $ echo -e "\x1b]5379;bidi_mode=cmd_l\x07" $ echo -e "\x1b]5379;bidi_mode=normal\x07" Configurations in ~/.mlterm/key also enables to change it dynamically by keyboard shortcut. [~/.mlterm/key] Control+F10 = "proto:bidi_mode=cmd_l" Control+F11 = "proto:bidi_mode=normal" Regards, --- Araki Ken ara...@us... |