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.367 by root, Wed Oct 15 14:48:22 2008 UTC

419 URxvt_boldItalicFont = 713, 419 URxvt_boldItalicFont = 713,
420 420
421 URxvt_view_up = 720, 421 URxvt_view_up = 720,
422 URxvt_view_down = 721, 422 URxvt_view_down = 721,
423 423
424 URxvt_perl = 777, 424 URxvt_perl = 777, // for use by perl extensions, starts with "extension-name;"
425}; 425};
426 426
427/* Words starting with `Color_' are colours. Others are counts */ 427/* Words starting with `Color_' are colours. Others are counts */
428/* 428/*
429 * The PixColor and rendition colour usage should probably be decoupled 429 * The PixColor and rendition colour usage should probably be decoupled
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 */
943 943
944 unsigned char want_refresh:1, 944 unsigned char want_refresh:1,
945 current_screen:1, /* primary or secondary */ 945 current_screen:1, /* primary or secondary */
946 num_scr_allow:1, 946 num_scr_allow:1,
947 bypass_keystate:1, 947 bypass_keystate:1,
948#ifdef ENABLE_FRILLS
949 urgency_hint:1,
950#endif
948#ifdef CURSOR_BLINK 951#ifdef CURSOR_BLINK
949 hidden_cursor:1, 952 hidden_cursor:1,
950#endif 953#endif
951#ifdef TEXT_BLINK 954#ifdef TEXT_BLINK
952 hidden_text:1, 955 hidden_text:1,
1195 void mouse_report (XButtonEvent &ev); 1198 void mouse_report (XButtonEvent &ev);
1196 void button_press (XButtonEvent &ev); 1199 void button_press (XButtonEvent &ev);
1197 void button_release (XButtonEvent &ev); 1200 void button_release (XButtonEvent &ev);
1198 void focus_in (); 1201 void focus_in ();
1199 void focus_out (); 1202 void focus_out ();
1203 void set_urgency (bool enable);
1200 void update_fade_color (unsigned int idx); 1204 void update_fade_color (unsigned int idx);
1201#ifdef PRINTPIPE 1205#ifdef PRINTPIPE
1202 FILE *popen_printer (); 1206 FILE *popen_printer ();
1203 int pclose_printer (FILE *stream); 1207 int pclose_printer (FILE *stream);
1204#endif 1208#endif
1227 void init_command (const char *const *argv); 1231 void init_command (const char *const *argv);
1228 void run_command (const char *const *argv); 1232 void run_command (const char *const *argv);
1229 int run_child (const char *const *argv); 1233 int run_child (const char *const *argv);
1230 void color_aliases (int idx); 1234 void color_aliases (int idx);
1231 void create_windows (int argc, const char *const *argv); 1235 void create_windows (int argc, const char *const *argv);
1232 void Get_Colours (); 1236 void get_colours ();
1233 void get_ourmods (); 1237 void get_ourmods ();
1234 // main.C 1238 // main.C
1235 void tt_winch (); 1239 void tt_winch ();
1236 rxvt_term (); 1240 rxvt_term ();
1237 ~rxvt_term (); 1241 ~rxvt_term ();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines