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

Comparing rxvt-unicode/src/rxvtlib.h.in (file contents):
Revision 1.76 by ayin, Tue May 1 21:10:04 2007 UTC vs.
Revision 1.77 by ayin, Sat Jun 23 13:43:06 2007 UTC

186 wchar_t *text; /* selected text */ 186 wchar_t *text; /* selected text */
187 unsigned int len; /* length of selected text */ 187 unsigned int len; /* length of selected text */
188 unsigned int screen; /* screen being used */ 188 unsigned int screen; /* screen being used */
189 unsigned int clicks; /* number of clicks */ 189 unsigned int clicks; /* number of clicks */
190 selection_op_t op; /* current operation */ 190 selection_op_t op; /* current operation */
191 bool rect; /* rectangluar selection? */ 191 bool rect; /* rectangular selection? */
192 row_col_t beg; /* beginning of selection <= mark */ 192 row_col_t beg; /* beginning of selection <= mark */
193 row_col_t mark; /* point of initial click <= end */ 193 row_col_t mark; /* point of initial click <= end */
194 row_col_t end; /* one character past end point */ 194 row_col_t end; /* one character past end point */
195} selection_t; 195} selection_t;
196 196

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines