#include <screen.h>
Collaboration diagram for line_t:

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. |
1.4.4