From 9f0785a16076be4d854a759b82084bf2916f702a Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 5 Feb 2021 11:36:03 +0530 Subject: [PATCH] Add a link to the RFC --- docs/keyboard-protocol.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/keyboard-protocol.rst b/docs/keyboard-protocol.rst index 91b3c4535..3daa969b5 100644 --- a/docs/keyboard-protocol.rst +++ b/docs/keyboard-protocol.rst @@ -14,7 +14,7 @@ terminals. They include: * No way to handle different types of keyboard events, such as press, release or repeat -* No reliable way to distinguish single ``Esc`` keypresses from the start of a +* No reliable way to distinguish single ``Esc`` key presses from the start of a escape sequence. Currently, client programs use fragile timing related hacks for this, leading to bugs, for example: `neovim #2035 `_. @@ -24,7 +24,7 @@ that is backward compatible but allows applications to opt-in to support more advanced usages. The protocol is based on initial work in `fixterms `_, however, it corrects various issues in that proposal, listed at the :ref:`bottom of this document -`. +`. For public discussion of this spec, see :iss:`3248`. You can see this protocol with all enhancements in action by running::