From 8793934328f40f79a634a05d8ba815f9b7bcd749 Mon Sep 17 00:00:00 2001 From: Paul LeoNerd Evans Date: Sun, 28 Aug 2011 17:57:57 +0100 Subject: Allow a flag to convert ASCII DEL into Backspace --- termkey_canonicalise.3 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'termkey_canonicalise.3') diff --git a/termkey_canonicalise.3 b/termkey_canonicalise.3 index eda0fdc..980e400 100644 --- a/termkey_canonicalise.3 +++ b/termkey_canonicalise.3 @@ -16,6 +16,9 @@ The canonicalisation operation is affected by the following flags: .TP .B TERMKEY_CANON_SPACESYMBOL If this flag is set then a Unicode space character is represented using the \fBTERMKEY_SYM_SPACE\fP symbol. If this flag is not set, it is represented by the U+0020 Unicode codepoint. +.TP +.B TERMKEY_CANON_DELBS +If this flag is set then an ASCII DEL character is represented by the \fBTERMKEY_SYM_BACKSPACE\fP symbol. If not, it is represented by \fBTERMKEY_SYM_DEL\fP. An ASCII BS character is always represented by \fBTERMKEY_SYM_BACKSPACE\fP, regardless of this flag. .SH "RETURN VALUE" \fBtermkey_canonicalise\fP() returns no value. .SH "SEE ALSO" -- cgit v1.2.3-54-g00ecf