From 9eded7f476806cfad201e12463c099bbad4ded76 Mon Sep 17 00:00:00 2001 From: Kyle Evans Date: Fri, 2 Mar 2018 05:38:08 +0000 Subject: [PATCH] core.lua(8): Add missing note about core.KEYSTR_CSI --- stand/lua/core.lua.8 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/stand/lua/core.lua.8 b/stand/lua/core.lua.8 index 3b8c34ceefbb..c5ec1251627f 100644 --- a/stand/lua/core.lua.8 +++ b/stand/lua/core.lua.8 @@ -65,6 +65,8 @@ The following key-string constants are defined in .Bl -tag -width KEYSTR_ESCAPE -compact -offset indent .It Ic KEYSTR_ESCAPE The escape key. +.It Ic KEYSTR_CSI +The ANSI CSI sequence. .El .Pp The following menu entry type constants are defined in