Module Name:    src
Committed By:   christos
Date:           Tue Jun 27 23:22:20 UTC 2017

Modified Files:
        src/lib/libedit: editline.3

Log Message:
mention the limitation of the literal sequence delimiter.


To generate a diff of this commit:
cvs rdiff -u -r1.94 -r1.95 src/lib/libedit/editline.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libedit/editline.3
diff -u src/lib/libedit/editline.3:1.94 src/lib/libedit/editline.3:1.95
--- src/lib/libedit/editline.3:1.94	Mon Jun 26 21:22:58 2017
+++ src/lib/libedit/editline.3	Tue Jun 27 19:22:20 2017
@@ -1,4 +1,4 @@
-.\"	$NetBSD: editline.3,v 1.94 2017/06/27 01:22:58 kre Exp $
+.\"	$NetBSD: editline.3,v 1.95 2017/06/27 23:22:20 christos Exp $
 .\"
 .\" Copyright (c) 1997-2014 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -26,7 +26,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd May 22, 2016
+.Dd June 27, 2017
 .Dt EDITLINE 3
 .Os
 .Sh NAME
@@ -358,6 +358,8 @@ terminal without affecting the state of 
 A subsequent second start/stop literal character ends this behavior.
 This is typically used to embed literal escape sequences that change the
 color/style of the terminal in the prompt.
+Note that the literal escape character cannot be the last character in the
+prompt, as the escape sequence is attached to the next character in the prompt.
 .Dv 0
 unsets it.
 .It Dv EL_REFRESH

Reply via email to