kitty/docs
Kovid Goyal 39f6071c68
macOS: Fix a deadlock with CVDisplayLink
I had added an optimization to not pass messages to
main thread every time the CVDisplayLink timer fired, unless
a render frame for that monitor was actually requested.

However, this optimization is impossible to implement wihtout a deadlock
since CVDisplayLink has its own internal lock that it does not expose.

So I guess macOS users with multiple monitors will simply have to take
the performance hit of useless wakeups sixty times a second for every
extra monitor.

Fixes #1779
2019-07-05 20:16:32 +05:30
..
_static
_templates Insert google analytics at publish time 2019-03-07 12:07:49 +05:30
kittens Merge branch 'master' of https://github.com/fdev31/kitty 2019-04-19 14:09:48 +05:30
screenshots
binary.rst ... 2018-09-11 08:26:31 +05:30
build.rst Linux: Use the system "bell" for the terminal bell 2019-07-03 22:06:47 +05:30
changelog.rst macOS: Fix a deadlock with CVDisplayLink 2019-07-05 20:16:32 +05:30
conf.py Document the kitty remote control protocol 2019-06-12 13:12:53 +05:30
conf.rst Document the comments syntax for config files 2019-03-28 08:08:21 +05:30
faq.rst Add examples for how to use OSC codes to change colors 2019-06-23 08:05:19 +05:30
graphics-protocol.rst Graphics protocol: Only delete temporary image-data files if they are in a known temporary file location 2018-12-11 10:00:43 +05:30
index.rst Document shift selection override behavior 2019-07-03 10:46:16 +05:30
installer.py Use python3 shebang for all python scripts 2019-05-20 14:44:24 +02:00
installer.sh
invocation.rst
key-encoding.rst ... 2018-06-23 10:34:35 +05:30
Makefile Dont assume sphinx-build is a python script 2019-04-24 15:12:36 +05:30
performance.rst Get rid of the various different launchers 2019-06-24 17:21:30 +05:30
pipe.rst Allow using the pipe command to send screen and scrollback contents directly to the clipboard 2019-06-07 07:47:34 +05:30
protocol-extensions.rst Convert HTTP URLs to HTTPS URLs where possible 2019-04-24 01:27:24 +02:00
rc_protocol.rst Document the kitty remote control protocol 2019-06-12 13:12:53 +05:30
remote-control.rst Document the kitty remote control protocol 2019-06-12 13:12:53 +05:30
support.html Add a one-time support option 2018-06-08 22:17:07 +05:30
support.rst Add a one-time support option 2018-06-08 22:17:07 +05:30