line_t Struct Reference

A struct representing a single line of a screen. More...

#include <screen.h>

Collaboration diagram for line_t:
[legend]

Data Fields

array_list_t text
 The text contents of the line.
array_list_t color
 Highlight information for the line.

Detailed Description

A struct representing a single line of a screen.

Consists of two array_lists, which must always be of the same length.


Field Documentation

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().


The documentation for this struct was generated from the following file:

Generated on Sun Mar 8 15:46:56 2009 for fish by  doxygen 1.5.6