History log of /netbsd-src/lib/libedit/literal.h (Results 1 – 2 of 2)
Revision Date Author Comments
# e3112e6c 30-Jun-2017 kre <kre@NetBSD.org>

Allow wide characters (properly encoded as byte strings according to LC_CTYPE)
to be (perhaps part of) the "invisible" characters in a prompt, or the
required prompt character which follows the liter

Allow wide characters (properly encoded as byte strings according to LC_CTYPE)
to be (perhaps part of) the "invisible" characters in a prompt, or the
required prompt character which follows the literal sequence (this character
must be one with a printing column width >= 1). The literal indicator
character (which is just a marker, and not printed anywhere) (the PSlit
parameter in sh(1)) can also be a wide char (passed to libedit as a wchar_t,
encoded as that by sh(1) or other applications that support this.)

Note: this has currently only been tested with everything ascii (C locale).

show more ...


# 9abf018d 27-Jun-2017 christos <christos@NetBSD.org>

add literal escape sequence support, patterned after the tcsh ones.