1TERMKEY_SET_CANONFLAGS(3)  Library Functions Manual  TERMKEY_SET_CANONFLAGS(3)
2
3
4

NAME

6       termkey_set_canonflags, termkey_get_canonflags - control the canonicalā€
7       isation flags
8

SYNOPSIS

10       #include <termkey.h>
11
12       void termkey_set_canonflags(TermKey *tk, int newflags);
13       int termkey_get_canonflags(TermKey *tk);
14
15       Link with -ltermkey.
16

DESCRIPTION

18       termkey_set_canonflags() changes the set of canonicalisation  flags  in
19       the  termkey(7)  instance to those given by newflags. For detail on the
20       available flags and their meaning, see the termkey manpage.
21
22       termkey_get_canonflags() returns the value set  by  the  last  call  to
23       termkey_set_canonflags().
24

RETURN VALUE

26       termkey_set_canonflags()  returns  no  value.  termkey_get_canonflags()
27       returns the current canonicalisation flags.
28

SEE ALSO

30       termkey_canonicalise(3), termkey(7)
31
32
33
34                                                     TERMKEY_SET_CANONFLAGS(3)
Impressum