From 6222273adc451e3dd6443e0f8a3090ee71c2902e Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 6 Aug 2018 12:27:20 +0530 Subject: [PATCH] ... --- kitty/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitty/main.py b/kitty/main.py index b378badb2..fb63e1d78 100644 --- a/kitty/main.py +++ b/kitty/main.py @@ -121,7 +121,7 @@ def get_new_os_window_trigger(opts): def _run_app(opts, args): new_os_window_trigger = get_new_os_window_trigger(opts) if False and is_macos: - # This is disabled because using s custom cursors fails + # This is disabled because using custom cursors fails # on dual GPU machines: https://github.com/kovidgoyal/kitty/issues/794 set_custom_ibeam_cursor() load_all_shaders.cursor_text_color = opts.cursor_text_color