.TH "caca_process" 3caca "Mon Mar 25 2024 04:02:10" "Version 0.99.beta20" "libcaca" \" -*- nroff -*- .ad l .nh .SH NAME caca_process \- libcaca process management .SH SYNOPSIS .br .PP .SS "Modules" .in +1c .ti -1c .RI "\fBlibcaca DOS conio\&.h compatibility layer\fP" .br .in -1c .SS "Data Structures" .in +1c .ti -1c .RI "struct \fBcaca_conio_text_info\fP" .br .RI "DOS text area information\&. " .in -1c .SS "Enumerations" .in +1c .ti -1c .RI "enum \fBCACA_CONIO_COLORS\fP { \fBCACA_CONIO_BLINK\fP = 128, \fBCACA_CONIO_BLACK\fP = 0, \fBCACA_CONIO_BLUE\fP = 1, \fBCACA_CONIO_GREEN\fP = 2, \fBCACA_CONIO_CYAN\fP = 3, \fBCACA_CONIO_RED\fP = 4, \fBCACA_CONIO_MAGENTA\fP = 5, \fBCACA_CONIO_BROWN\fP = 6, \fBCACA_CONIO_LIGHTGRAY\fP = 7, \fBCACA_CONIO_DARKGRAY\fP = 8, \fBCACA_CONIO_LIGHTBLUE\fP = 9, \fBCACA_CONIO_LIGHTGREEN\fP = 10, \fBCACA_CONIO_LIGHTCYAN\fP = 11, \fBCACA_CONIO_LIGHTRED\fP = 12, \fBCACA_CONIO_LIGHTMAGENTA\fP = 13, \fBCACA_CONIO_YELLOW\fP = 14, \fBCACA_CONIO_WHITE\fP = 15 }" .br .RI "DOS colours\&. " .ti -1c .RI "enum \fBCACA_CONIO_CURSOR\fP { \fBCACA_CONIO__NOCURSOR\fP = 0, \fBCACA_CONIO__SOLIDCURSOR\fP = 1, \fBCACA_CONIO__NORMALCURSOR\fP = 2 }" .br .RI "DOS cursor modes\&. " .ti -1c .RI "enum \fBCACA_CONIO_MODE\fP { \fBCACA_CONIO_LASTMODE\fP = -1, \fBCACA_CONIO_BW40\fP = 0, \fBCACA_CONIO_C40\fP = 1, \fBCACA_CONIO_BW80\fP = 2, \fBCACA_CONIO_C80\fP = 3, \fBCACA_CONIO_MONO\fP = 7, \fBCACA_CONIO_C4350\fP = 64 }" .br .RI "DOS video modes\&. " .in -1c .SS "Functions" .in +1c .ti -1c .RI "__extern int \fBcaca_getopt\fP (int, char *const[], char const *, struct \fBcaca_option\fP const *, int *)" .br .in -1c .SS "Variables" .in +1c .ti -1c .RI "__extern int \fBcaca_optind\fP" .br .ti -1c .RI "__extern char * \fBcaca_optarg\fP" .br .ti -1c .RI "__extern int \fBcaca_conio_directvideo\fP" .br .RI "DOS direct video control\&. " .ti -1c .RI "__extern int \fBcaca_conio__wscroll\fP" .br .RI "DOS scrolling control\&. " .in -1c .SH "Detailed Description" .PP These functions help with various process handling tasks such as option parsing, DLL injection\&. .SH "Enumeration Type Documentation" .PP .SS "enum \fBCACA_CONIO_COLORS\fP" This enum lists the colour values for the DOS conio\&.h compatibility layer\&. .SS "enum \fBCACA_CONIO_CURSOR\fP" This enum lists the cursor mode values for the DOS conio\&.h compatibility layer\&. .SS "enum \fBCACA_CONIO_MODE\fP" This enum lists the video mode values for the DOS conio\&.h compatibility layer\&. .SH "Author" .PP Generated automatically by Doxygen for libcaca from the source code\&.