From d6b70f10d39dd0aee9998339762fb1f78d7df910 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 6 Sep 2018 11:02:53 +0530 Subject: [PATCH] Cross-linking options in the docs --- docs/performance.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/performance.rst b/docs/performance.rst index 33def5fdf..45f9606f2 100644 --- a/docs/performance.rst +++ b/docs/performance.rst @@ -8,10 +8,10 @@ glyph in video RAM so that font rendering is not a bottleneck. Interaction with child programs takes place in a separate thread from rendering, to improve smoothness. -There are two parameters you can tune to adjust the performance. ``repaint_delay`` -and ``input_delay``. These control the artificial delays introduced into the +There are two parameters you can tune to adjust the performance. :opt:`repaint_delay` +and :opt:`input_delay`. These control the artificial delays introduced into the render loop to reduce CPU usage. See :ref:`conf-kitty-performance` for details. -See also the ``sync_to_monitor`` option to further decrease latency at the cost +See also the :opt:`sync_to_monitor` option to further decrease latency at the cost of some `tearing `_ while scrolling. You can generate detailed per-function performance data using