ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/rxvt.h
(Generate patch)

Comparing rxvt-unicode/src/rxvt.h (file contents):
Revision 1.338 by ayin, Fri Dec 28 11:02:32 2007 UTC vs.
Revision 1.339 by ayin, Fri Dec 28 11:39:02 2007 UTC

739#define LINE_BIDI 0x0010 // line needs bidi (NYI) 739#define LINE_BIDI 0x0010 // line needs bidi (NYI)
740 740
741struct line_t { 741struct line_t {
742 text_t *t; // terminal the text 742 text_t *t; // terminal the text
743 rend_t *r; // rendition, uses RS_ flags 743 rend_t *r; // rendition, uses RS_ flags
744 tlen_t_ l; // length of each text line, LINE_CONT == continued on next line 744 tlen_t_ l; // length of each text line
745 uint32_t f; // flags 745 uint32_t f; // flags
746 746
747 bool is_longer () 747 bool is_longer ()
748 { 748 {
749 return f & LINE_LONGER; 749 return f & LINE_LONGER;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines