mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-25 02:17:03 +00:00
...
This commit is contained in:
parent
d8a7114dba
commit
6a759ea7d5
1 changed files with 2 additions and 0 deletions
|
|
@ -121,6 +121,8 @@ 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
|
||||
# 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
|
||||
with cached_values_for(run_app.cached_values_name) as cached_values:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue