force_reverse_video_cursor = false¶
Since: Version 20210502-130208-bff6815d
The functionality described in this section requires version 20210502-130208-bff6815d of wezterm, or a more recent version.
When force_reverse_video_cursor = true, override the cursor_fg,
cursor_bg, cursor_border settings from the color scheme and force the
cursor to use reverse video colors based on the foreground and background
colors.
When force_reverse_video_cursor = false (the default), cursor_fg,
cursor_bg and cursor_border color scheme settings are applied as normal.
Since: Version 20220319-142410-0fcdea07
The functionality described in this section requires version 20220319-142410-0fcdea07 of wezterm, or a more recent version.
If escape sequences are used to change the cursor color, they will take
precedence over force_reverse_video_cursor. In earlier releases, setting
force_reverse_video_cursor = true always ignored the configured cursor color.