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.345 by ayin, Sat Dec 29 14:40:09 2007 UTC vs.
Revision 1.350 by ayin, Sat Jan 19 13:05:55 2008 UTC

976 976
977 unsigned char refresh_type, 977 unsigned char refresh_type,
978#ifdef META8_OPTION 978#ifdef META8_OPTION
979 meta_char, /* Alt-key prefix */ 979 meta_char, /* Alt-key prefix */
980#endif 980#endif
981 scrollbar_align,
982 selection_wait, 981 selection_wait,
983 selection_type; 982 selection_type;
984/* ---------- */ 983/* ---------- */
985 bool rvideo_state, rvideo_mode; 984 bool rvideo_state, rvideo_mode;
986#ifndef NO_BELL 985#ifndef NO_BELL
1004 /* give proper Scroll behaviour */ 1003 /* give proper Scroll behaviour */
1005#if defined(MOUSE_WHEEL) && defined(MOUSE_SLIP_WHEELING) 1004#if defined(MOUSE_WHEEL) && defined(MOUSE_SLIP_WHEELING)
1006 mouse_slip_wheel_speed, 1005 mouse_slip_wheel_speed,
1007#endif 1006#endif
1008 refresh_count, 1007 refresh_count,
1009 last_bot, /* scrollbar last bottom position */
1010 last_top, /* scrollbar last top position */
1011 last_state, /* scrollbar last state */
1012 window_vt_x, 1008 window_vt_x,
1013 window_vt_y, 1009 window_vt_y,
1014 window_sb_x, 1010 window_sb_x,
1015 mouse_row, 1011 mouse_row,
1016 mouse_col, 1012 mouse_col,
1058 selection_request_time; 1054 selection_request_time;
1059 pid_t cmd_pid; /* process id of child */ 1055 pid_t cmd_pid; /* process id of child */
1060 char * incr_buf; 1056 char * incr_buf;
1061 size_t incr_buf_size, incr_buf_fill; 1057 size_t incr_buf_size, incr_buf_fill;
1062/* ---------- */ 1058/* ---------- */
1063 Cursor leftptr_cursor;
1064/* ---------- */
1065 struct mouse_event MEvent; 1059 struct mouse_event MEvent;
1066 XComposeStatus compose; 1060 XComposeStatus compose;
1067 struct termios tio; 1061 struct termios tio;
1068 row_col_t oldcursor; 1062 row_col_t oldcursor;
1069#ifdef HAVE_BG_PIXMAP 1063#ifdef HAVE_BG_PIXMAP
1267 void process_terminal_mode (int mode, int priv, unsigned int nargs, const int *arg); 1261 void process_terminal_mode (int mode, int priv, unsigned int nargs, const int *arg);
1268 void process_sgr_mode (unsigned int nargs, const int *arg); 1262 void process_sgr_mode (unsigned int nargs, const int *arg);
1269 void process_graphics (); 1263 void process_graphics ();
1270 // init.C 1264 // init.C
1271 void init_vars (); 1265 void init_vars ();
1272 void init_secondary ();
1273 const char **init_resources (int argc, const char *const *argv); 1266 const char **init_resources (int argc, const char *const *argv);
1267 void init (int argc, const char *const *argv, stringvec *envv);
1274 void init_env (); 1268 void init_env ();
1275 void set_locale (const char *locale); 1269 void set_locale (const char *locale);
1276 void init_xlocale (); 1270 void init_xlocale ();
1277 void init_command (const char *const *argv); 1271 void init_command (const char *const *argv);
1278 void run_command (const char *const *argv); 1272 void run_command (const char *const *argv);
1285 void tt_winch (); 1279 void tt_winch ();
1286 rxvt_term (); 1280 rxvt_term ();
1287 ~rxvt_term (); 1281 ~rxvt_term ();
1288 void destroy (); 1282 void destroy ();
1289 void emergency_cleanup (); 1283 void emergency_cleanup ();
1290 void init (int argc, const char *const *argv, stringvec *envv);
1291 void recolour_cursor (); 1284 void recolour_cursor ();
1292 void resize_all_windows (unsigned int newwidth, unsigned int newheight, int ignoreparent); 1285 void resize_all_windows (unsigned int newwidth, unsigned int newheight, int ignoreparent);
1293 void window_calc (unsigned int newwidth, unsigned int newheight); 1286 void window_calc (unsigned int newwidth, unsigned int newheight);
1294 bool set_fonts (); 1287 bool set_fonts ();
1295 void set_string_property (Atom prop, const char *str, int len = -1); 1288 void set_string_property (Atom prop, const char *str, int len = -1);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines