Fix selection_forground=none not being respected

This commit is contained in:
Kovid Goyal
2021-12-05 22:00:43 +05:30
parent 2da25d9187
commit 2d66e37dcb
3 changed files with 0 additions and 8 deletions

View File

@@ -165,7 +165,6 @@ def _run_app(opts: Options, args: CLIOptions, bad_lines: Sequence[BadLine] = ())
set_custom_ibeam_cursor()
if not is_wayland() and not is_macos: # no window icons on wayland
set_x11_window_icon()
load_shader_programs.use_selection_fg = opts.selection_foreground is not None
with cached_values_for(run_app.cached_values_name) as cached_values:
with startup_notification_handler(extra_callback=run_app.first_window_callback) as pre_show_callback:
window_id = create_os_window(