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

NAME

6       tickit_term_setctl_int,  tickit_term_setctl_str  -  set  an  integer or
7       string terminal control
8

SYNOPSIS

10       #include <tickit.h>
11
12       bool tickit_term_getctl_int(TickitTerm *tt, TickitTermCtl ctl, int *value);
13       bool tickit_term_setctl_int(TickitTerm *tt, TickitTermCtl ctl, int value);
14       bool tickit_term_setctl_str(TickitTerm *tt, TickitTermCtl ctl, const char *value);
15
16       Link with -ltickit.
17

DESCRIPTION

19       tickit_term_setctl_int() performs a terminal control operation, setting
20       the     value     of     a    numeric    terminal    control    option.
21       tickit_term_setctl_str() sets the value of a  string  terminal  control
22       option.  tickit_term_getctl_int()  obtains the value of a terminal con‐
23       trol setting.
24
25       For the list of possible TickitTermCtl values and their  meanings,  see
26       tickit_term(7).
27

RETURN VALUE

29       tickit_term_getctl_int()  returns  a  true  value  if it recognised the
30       requested control and managed to return the current value of it;  false
31       if  not. tickit_term_setctl_int() and tickit_term_setctl_str() return a
32       true value if it  recognised  the  requested  control  and  managed  to
33       request the terminal to change it; false if not.
34

SEE ALSO

36       tickit_term_new(3), tickit_term(7), tickit(7)
37
38
39
40                                                     TICKIT_TERM_SETCTL_INT(3)
Impressum