Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Mar 2018 05:38:08 +0000 (UTC)
From:      Kyle Evans <kevans@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r330269 - head/stand/lua
Message-ID:  <201803020538.w225c8F2054198@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kevans
Date: Fri Mar  2 05:38:08 2018
New Revision: 330269
URL: https://svnweb.freebsd.org/changeset/base/330269

Log:
  core.lua(8): Add missing note about core.KEYSTR_CSI

Modified:
  head/stand/lua/core.lua.8

Modified: head/stand/lua/core.lua.8
==============================================================================
--- head/stand/lua/core.lua.8	Fri Mar  2 05:36:04 2018	(r330268)
+++ head/stand/lua/core.lua.8	Fri Mar  2 05:38:08 2018	(r330269)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803020538.w225c8F2054198>