You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What Operating System(s) are you seeing this problem on?
Linux X11
Which Wayland compositor or X11 Window manager(s) are you using?
xmonad
WezTerm version
20240203-110809-5046fc22
Did you try the latest nightly build to see if the issue is better (or worse!) than your current version?
No, and I'll explain why below
Describe the bug
According to commit 0324ff6, we need to enable the BiDi support with: wezterm --config experimental_bidi=true. When I try this, I get:
ERROR wezterm_gui > common_init: set_config_overrides: Error converting lua value from overrides to Config struct: `experimental_bidi` is not a valid Config field. Did you mean `experimental_pixel_positioning`? There are too many alternatives to list here; consult the documentation!; terminating
I also tried to put the following line in my lua config file:
config.expeimental_bidi = true
...and I get a similar error message.
To Reproduce
No response
Configuration
no config
Expected Behavior
No response
Logs
No response
Anything else?
I installed the application with: flatpak install flathub org.wezfurlong.wezterm
The text was updated successfully, but these errors were encountered:
What Operating System(s) are you seeing this problem on?
Linux X11
Which Wayland compositor or X11 Window manager(s) are you using?
xmonad
WezTerm version
20240203-110809-5046fc22
Did you try the latest nightly build to see if the issue is better (or worse!) than your current version?
No, and I'll explain why below
Describe the bug
According to commit 0324ff6, we need to enable the BiDi support with:
wezterm --config experimental_bidi=true
. When I try this, I get:I also tried to put the following line in my lua config file:
...and I get a similar error message.
To Reproduce
No response
Configuration
no config
Expected Behavior
No response
Logs
No response
Anything else?
I installed the application with:
flatpak install flathub org.wezfurlong.wezterm
The text was updated successfully, but these errors were encountered: