|
ascii-chat 0.6.0
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) |
| Expand RLE escape sequences in a string. | |
| char * | ansi_compress_rle (const char *input, size_t input_len) |
| Compress repeated characters using RLE escape sequences. | |
ANSI RLE (REP) sequence compression and expansion.
Definition in file rle.c.