This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Defines | |
#define | ESC 0x1b |
#define | ATTR_RESET 0 |
#define | ATTR_BRIGHT 1 |
#define | ATTR_DIM 2 |
#define | ATTR_UNDER 4 |
#define | ATTR_BLINK 5 |
#define | ATTR_REVER 7 |
#define | ATTR_HIDDEN 8 |
#define | COLOR_BLACK 30 |
#define | COLOR_GRAY 30 | 128 |
#define | COLOR_RED 31 |
#define | COLOR_BRRED 31 | 128 |
#define | COLOR_GREEN 32 |
#define | COLOR_BRGREEN 32 | 128 |
#define | COLOR_BROWN 33 |
#define | COLOR_YELLOW 33 | 128 |
#define | COLOR_BLUE 34 |
#define | COLOR_BRBLUE 34 | 128 |
#define | COLOR_MAGENTA 35 |
#define | COLOR_BRMAGENTA 35 | 128 |
#define | COLOR_CYAN 36 |
#define | COLOR_BRCYAN 36 | 128 |
#define | COLOR_WHITE 37 |
#define | COLOR_BRWHITE 37 | 128 |
Functions | |
char * | term_color (char *outbuf, const char *inbuf, int fgcolor, int bgcolor, int maxout) |
char * | term_color_code (char *outbuf, int fgcolor, int bgcolor, int maxout) |
char * | term_strip (char *outbuf, char *inbuf, int maxout) |
char * | term_prompt (char *outbuf, const char *inbuf, int maxout) |
char * | term_prep (void) |
char * | term_end (void) |
char * | term_quit (void) |
|
|
|
Definition at line 23 of file term.h. Referenced by term_color(), term_color_code(), term_init(), and term_prompt(). |
|
|
|
|
|
Definition at line 22 of file term.h. Referenced by term_init(). |
|
|
|
|
|
Definition at line 30 of file term.h. Referenced by ast_frame_dump(), ast_load_resource(), ast_register_translator(), ast_unregister_translator(), main(), term_color(), term_color_code(), term_init(), and term_prompt(). |
|
Definition at line 38 of file term.h. Referenced by term_prompt(). |
|
|
|
Definition at line 43 of file term.h. Referenced by ast_frame_dump(), and ast_register_application(). |
|
Definition at line 35 of file term.h. Referenced by ast_frame_dump(). |
|
Definition at line 41 of file term.h. Referenced by ast_frame_dump(). |
|
Definition at line 36 of file term.h. Referenced by ast_load_resource(), and term_init(). |
|
Definition at line 33 of file term.h. Referenced by ast_frame_dump(). |
|
Definition at line 45 of file term.h. Referenced by ast_log(), load_modules(), and main(). |
|
|
|
|
|
|
|
Definition at line 40 of file term.h. Referenced by ast_register_translator(), and ast_unregister_translator(). |
|
|
|
Definition at line 44 of file term.h. Referenced by term_color(), term_init(), and term_prompt(). |
|
Definition at line 37 of file term.h. Referenced by ast_frame_dump(). |
|
Definition at line 21 of file term.h. Referenced by term_color(), term_color_code(), term_init(), term_prompt(), and term_strip(). |
|
Definition at line 56 of file term.c. References ATTR_BRIGHT, COLOR_BLACK, COLOR_WHITE, and ESC. Referenced by ast_frame_dump(), ast_load_resource(), ast_log(), ast_register_application(), ast_register_translator(), ast_unregister_translator(), load_modules(), and main().
|
|
Definition at line 99 of file term.c. References ATTR_BRIGHT, COLOR_BLACK, and ESC.
|
|
Definition at line 178 of file term.c. Referenced by main().
|
|
Definition at line 173 of file term.c.
|
|
Definition at line 159 of file term.c. References ATTR_BRIGHT, COLOR_BLACK, COLOR_BLUE, COLOR_WHITE, and ESC.
|
|
Definition at line 183 of file term.c. Referenced by main().
|
|
Definition at line 138 of file term.c. References ESC.
|