Main Page | Data Structures | File List | Data Fields | Globals | Related Pages

line_t Struct Reference

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

#include <screen.h>

Collaboration diagram for line_t:

Collaboration graph
[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

array_list_t line_t::text
 

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.


The documentation for this struct was generated from the following file:
Generated on Sun Jan 13 02:53:43 2008 for fish by  doxygen 1.4.4