2011-08-28 18:50:18 +02:00
.TH TERMKEY_SET_CANONFLAGS 3
.SH NAME
termkey_set_canonflags, termkey_get_canonflags \- control the canonicalisation flags
.SH SYNOPSIS
.nf
.B #include <termkey.h>
.sp
.BI "void termkey_set_canonflags(TermKey *" tk ", int " newflags );
.BI "int termkey_get_canonflags(TermKey *" tk );
.fi
.sp
Link with \fI -ltermkey\fP .
.SH DESCRIPTION
2012-01-21 01:52:13 +01:00
\fB termkey_set_canonflags\fP () changes the set of canonicalisation flags in the \fB termkey\fP (7) instance to those given by \fI newflags\fP . For detail on the available flags and their meaning, see the \fB termkey\fP manpage.
2011-08-28 18:50:18 +02:00
.PP
2012-01-21 01:53:35 +01:00
\fB termkey_get_canonflags\fP () returns the value set by the last call to \fB termkey_set_canonflags\fP ().
2011-08-28 18:50:18 +02:00
.SH "RETURN VALUE"
2012-01-21 01:53:35 +01:00
\fB termkey_set_canonflags\fP () returns no value. \fB termkey_get_canonflags\fP () returns the current canonicalisation flags.
2011-08-28 18:50:18 +02:00
.SH "SEE ALSO"
2012-01-21 01:52:13 +01:00
.BR termkey_canonicalise (3),
.BR termkey (7)