Laxkit
0.0.7.1
|
Holds information about the screen lines. More...
Public Attributes | |
long | start |
int | pixlen |
int | indent |
Holds information about the screen lines.
Has how many pixels to indent, the starting character index into thetext, and the length of the line. This stuff helps speed up refreshing. MultiLineEdit::linestats holds an array of these things, to make movement easier.