Lines Matching defs:Text
11 typedef struct Text Text; typedef
13 struct Text struct
16 int border;
17 int topline;
18 int scroll;
19 int nvis;
20 int lastbut;
21 CFont *font;
22 CImage *image;
23 CImage *textcolor;
24 CImage *bordercolor;
25 CImage *selectcolor;
26 CImage *selectingcolor;
27 Rune **line;
28 int selectmode; // Selsingle, Selmulti
29 int selectstyle; // Seldown, Selup (use Selup only with Selsingle)
30 uchar *selected;
31 int nline;
32 int warp;
33 int align;
34 int sel; // line nr of selection made by last button down
35 int but; // last button down (still being hold)
36 int offsel; // we are on selection