termkey_set_canonflags, termkey_get_canonflags \- control the canonicalisation flags
.SHSYNOPSIS
.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.
.SHDESCRIPTION
\fBtermkey_set_canonflags\fP() changes the set of canonicalisation flags in the termkey instance to those given by \fInewflags\fP. For detail on the available flags and their meaning, see \fBtermkey_set_canonflags\fP(3).