|
ascii-chat 0.8.38
Real-time terminal-based video chat with ASCII art conversion
|
ANSI RLE (REP) sequence compression and expansion. More...
Go to the source code of this file.
Functions | |
| char * | ansi_expand_rle (const char *input, size_t input_len) |
| char * | ansi_compress_rle (const char *input, size_t input_len) |
ANSI RLE (REP) sequence compression and expansion.
Definition in file rle.c.
| char * ansi_compress_rle | ( | const char * | input, |
| size_t | input_len | ||
| ) |
Definition at line 98 of file rle.c.
References emit_rep(), ob_putc(), ob_reserve(), ob_term(), ob_write(), and rep_is_profitable().
| char * ansi_expand_rle | ( | const char * | input, |
| size_t | input_len | ||
| ) |
Definition at line 13 of file rle.c.
References ob_reserve(), ob_term(), and ob_write().