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.261 by root, Sat Jul 29 21:44:44 2006 UTC vs.
Revision 1.262 by root, Sat Aug 26 06:37:10 2006 UTC

787/****************************************************************************/ 787/****************************************************************************/
788 788
789#define LINE_LONGER 0x0001 // line is continued on the next row 789#define LINE_LONGER 0x0001 // line is continued on the next row
790#define LINE_FILTERED 0x0002 // line has been filtered 790#define LINE_FILTERED 0x0002 // line has been filtered
791#define LINE_COMPRESSED 0x0004 // line has been compressed (NYI) 791#define LINE_COMPRESSED 0x0004 // line has been compressed (NYI)
792#define LINE_FILTER 0x0008 // line needs to be filtered before display (NYI)
793#define LINE_BIDI 0x0010 // line needs bidi (NYI)
792 794
793struct line_t { 795struct line_t {
794 text_t *t; // terminal the text 796 text_t *t; // terminal the text
795 rend_t *r; // rendition, uses RS_ flags 797 rend_t *r; // rendition, uses RS_ flags
796 tlen_t_ l; // length of each text line, LINE_CONT == continued on next line 798 tlen_t_ l; // length of each text line, LINE_CONT == continued on next line

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines