1TERMKEY_SET_FLAGS(3) Library Functions Manual TERMKEY_SET_FLAGS(3)
2
3
4
6 termkey_set_flags, termkey_get_flags - control the operational flags
7
9 #include <termkey.h>
10
11 void termkey_set_flags(TermKey *tk, int newflags);
12 int termkey_get_flags(TermKey *tk);
13
14 Link with -ltermkey.
15
17 termkey_set_flags() changes the set of operation flags in the
18 termkey(7) instance to those given by newflags.
19
20 termkey_get_flags() returns the value set by the last call to
21 termkey_set_flags(), or the value given to the constructor.
22
24 termkey_set_flags() returns no value. termkey_get_flags() returns the
25 current operational flags.
26
28 termkey_new(3), termkey(7)
29
30
31
32 TERMKEY_SET_FLAGS(3)