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.362 by ayin, Tue Feb 19 13:01:33 2008 UTC vs.
Revision 1.365 by ayin, Thu Feb 21 10:30:24 2008 UTC

801 * +------------+·display·+·= term_start 801 * +------------+·display·+·= term_start
802 * | terminal | display | 802 * | terminal | display |
803 * | terminal +---------+ 803 * | terminal +---------+
804 * | terminal | 804 * | terminal |
805 * | terminal | 805 * | terminal |
806 * +------------+···········= term_stat + nrow - 1 806 * +------------+···········= term_start + nrow - 1
807 * | 807 * |
808 * | 808 * |
809 * END······················= total_rows 809 * END······················= total_rows
810 */ 810 */
811 811
847 * clicks: 1, 2 or 3 clicks - 4 indicates a special condition of 1 where 847 * clicks: 1, 2 or 3 clicks - 4 indicates a special condition of 1 where
848 * nothing is selected 848 * nothing is selected
849 * beg: row/column of beginning of selection : never past mark 849 * beg: row/column of beginning of selection : never past mark
850 * mark: row/column of initial click : never past end 850 * mark: row/column of initial click : never past end
851 * end: row/column of one character past end of selection 851 * end: row/column of one character past end of selection
852 * * Note: -nsaved <= beg.row <= mark.row <= end.row < nrow 852 * * Note: top_row <= beg.row <= mark.row <= end.row < nrow
853 * * Note: col == -1 ==> we're left of screen 853 * * Note: col == -1 ==> we're left of screen
854 * 854 *
855 */ 855 */
856typedef struct { 856typedef struct {
857 row_col_t cur; /* cursor position on the screen */ 857 row_col_t cur; /* cursor position on the screen */
1227 void init_command (const char *const *argv); 1227 void init_command (const char *const *argv);
1228 void run_command (const char *const *argv); 1228 void run_command (const char *const *argv);
1229 int run_child (const char *const *argv); 1229 int run_child (const char *const *argv);
1230 void color_aliases (int idx); 1230 void color_aliases (int idx);
1231 void create_windows (int argc, const char *const *argv); 1231 void create_windows (int argc, const char *const *argv);
1232 void Get_Colours (); 1232 void get_colours ();
1233 void get_ourmods (); 1233 void get_ourmods ();
1234 // main.C 1234 // main.C
1235 void tt_winch (); 1235 void tt_winch ();
1236 rxvt_term (); 1236 rxvt_term ();
1237 ~rxvt_term (); 1237 ~rxvt_term ();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines