svn commit: r330269 - head/stand/lua

Kyle Evans kevans at FreeBSD.org
Fri Mar 2 05:38:09 UTC 2018


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


More information about the svn-src-all mailing list