diff options
author | Mattias Andrée <maandree@kth.se> | 2019-10-06 09:36:23 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2019-10-06 09:36:23 +0200 |
commit | 1be48c64b4e5df9e9b1ad69b3bb30b867b0abf9e (patch) | |
tree | 697f6c2fb5f3f91ab64e6ed32c45e483bf31e442 /man/libred_term_colour.3 | |
parent | Add golden hour and blue hour (diff) | |
download | libred-1be48c64b4e5df9e9b1ad69b3bb30b867b0abf9e.tar.gz libred-1be48c64b4e5df9e9b1ad69b3bb30b867b0abf9e.tar.bz2 libred-1be48c64b4e5df9e9b1ad69b3bb30b867b0abf9e.tar.xz |
Clean up
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'man/libred_term_colour.3')
-rw-r--r-- | man/libred_term_colour.3 | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/man/libred_term_colour.3 b/man/libred_term_colour.3 new file mode 100644 index 0000000..6d327c2 --- /dev/null +++ b/man/libred_term_colour.3 @@ -0,0 +1,33 @@ +.TH LIBRED_TERM_COLOUR 3 LIBRED +.SH NAME +libred_term_colour \- Deallocate resources required by libred_get_colour(3) +.SH SYNOPSIS +.nf +#include <libred.h> + +void \fBlibred_term_colour\fP(void); +.fi +.PP +Link with +.IR -lred . +.SH DESCRIPTION +.B libred_term_colour +deallocates all resources acquired by +.BR libred_init_colour (3). +It is highly recommended to call this function before calling an +.BR exec (3)-function. +If you want to use +.BR libred_get_colour (3) +again after a call to this function has been made, you must first call +.BR libred_init_colour (3). +.SH "RETURN VALUE" +None. +.SH ERRORS +None. +.SH "FUTURE DIRECTIONS" +None. +.SH "SEE ALSO" +.BR libred.h (0), +.BR libred (7), +.BR libred_get_colour (3), +.BR libred_init_colour (3) |