#include <screen.h>
Data Fields | |
| array_list_t | text |
| The text contents of the line. | |
| array_list_t | color |
| Highlight information for the line. | |
Consists of two array_lists, which must always be of the same length.
The text contents of the line.
Each element of the array represents on column of output. Because some characters are two columns wide, it is perfectly possible for some of the comumns to be empty.
Referenced by free_line(), s_create_line(), s_desired_append_char(), and s_update().
1.5.6