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.229 by root, Fri Jan 20 11:02:46 2006 UTC vs.
Revision 1.231 by root, Sat Jan 21 14:25:05 2006 UTC

996#if defined(XPM_BACKGROUND) || defined(TRANSPARENT) 996#if defined(XPM_BACKGROUND) || defined(TRANSPARENT)
997 am_transparent:1, /* is a transparent term */ 997 am_transparent:1, /* is a transparent term */
998 am_pixmap_trans:1, /* transparency w/known root pixmap */ 998 am_pixmap_trans:1, /* transparency w/known root pixmap */
999#endif 999#endif
1000 current_screen:1, /* primary or secondary */ 1000 current_screen:1, /* primary or secondary */
1001 hate_those_clicks:1, /* a.k.a. keep mark position */
1002 num_scr_allow:1, 1001 num_scr_allow:1,
1003 bypass_keystate:1, 1002 bypass_keystate:1,
1004#ifdef CURSOR_BLINK 1003#ifdef CURSOR_BLINK
1005 hidden_cursor:1, 1004 hidden_cursor:1,
1006#endif 1005#endif
1021#endif 1020#endif
1022 scrollbar_align, 1021 scrollbar_align,
1023 selection_wait, 1022 selection_wait,
1024 selection_type; 1023 selection_type;
1025/* ---------- */ 1024/* ---------- */
1025 bool rvideo_state, rvideo_mode;
1026#ifndef NO_BELL
1026 short rvideo; 1027 bool rvideo_bell;
1028#endif
1027 int num_scr; /* screen: number lines scrolled */ 1029 int num_scr; /* screen: number lines scrolled */
1028 int prev_ncol, /* screen: previous number of columns */ 1030 int prev_ncol, /* screen: previous number of columns */
1029 prev_nrow; /* screen: previous number of rows */ 1031 prev_nrow; /* screen: previous number of rows */
1030/* ---------- */ 1032/* ---------- */
1031 rend_t rstyle; 1033 rend_t rstyle;
1196 1198
1197 void child_cb (child_watcher &w, int status); child_watcher child_ev; 1199 void child_cb (child_watcher &w, int status); child_watcher child_ev;
1198 void check_cb (check_watcher &w); check_watcher check_ev; 1200 void check_cb (check_watcher &w); check_watcher check_ev;
1199 void destroy_cb (time_watcher &w); time_watcher destroy_ev; 1201 void destroy_cb (time_watcher &w); time_watcher destroy_ev;
1200 void flush_cb (time_watcher &w); time_watcher flush_ev; 1202 void flush_cb (time_watcher &w); time_watcher flush_ev;
1201
1202 void pty_cb (io_watcher &w, short revents); io_watcher pty_ev; 1203 void pty_cb (io_watcher &w, short revents); io_watcher pty_ev;
1203
1204 void incr_cb (time_watcher &w) NOTHROW; time_watcher incr_ev; 1204 void incr_cb (time_watcher &w) NOTHROW; time_watcher incr_ev;
1205 1205
1206#ifdef CURSOR_BLINK 1206#ifdef CURSOR_BLINK
1207 void cursor_blink_cb (time_watcher &w); time_watcher cursor_blink_ev; 1207 void cursor_blink_cb (time_watcher &w); time_watcher cursor_blink_ev;
1208#endif 1208#endif
1209#ifdef TEXT_BLINK 1209#ifdef TEXT_BLINK
1210 void text_blink_cb (time_watcher &w); time_watcher text_blink_ev; 1210 void text_blink_cb (time_watcher &w); time_watcher text_blink_ev;
1211#endif
1212#ifndef NO_BELL
1213 void bell_cb (time_watcher &w); time_watcher bell_ev;
1211#endif 1214#endif
1212 1215
1213#ifndef NO_SCROLLBAR_BUTTON_CONTINUAL_SCROLLING 1216#ifndef NO_SCROLLBAR_BUTTON_CONTINUAL_SCROLLING
1214 void cont_scroll_cb (time_watcher &w); time_watcher cont_scroll_ev; 1217 void cont_scroll_cb (time_watcher &w); time_watcher cont_scroll_ev;
1215#endif 1218#endif
1448 void scr_cursor_visible (int mode) NOTHROW; 1451 void scr_cursor_visible (int mode) NOTHROW;
1449 void scr_autowrap (int mode) NOTHROW; 1452 void scr_autowrap (int mode) NOTHROW;
1450 void scr_relative_origin (int mode) NOTHROW; 1453 void scr_relative_origin (int mode) NOTHROW;
1451 void scr_insert_mode (int mode) NOTHROW; 1454 void scr_insert_mode (int mode) NOTHROW;
1452 void scr_set_tab (int mode) NOTHROW; 1455 void scr_set_tab (int mode) NOTHROW;
1453 void scr_rvideo_mode (int mode) NOTHROW; 1456 void scr_rvideo_mode (bool on) NOTHROW;
1454 void scr_report_position () NOTHROW; 1457 void scr_report_position () NOTHROW;
1455 void set_font_style () NOTHROW; 1458 void set_font_style () NOTHROW;
1456 void scr_charset_choose (int set) NOTHROW; 1459 void scr_charset_choose (int set) NOTHROW;
1457 void scr_charset_set (int set, unsigned int ch) NOTHROW; 1460 void scr_charset_set (int set, unsigned int ch) NOTHROW;
1458 void scr_move_to (int y, int len) NOTHROW; 1461 void scr_move_to (int y, int len) NOTHROW;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines