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.521 by root, Sat Feb 16 17:26:53 2013 UTC vs.
Revision 1.523 by root, Wed Mar 27 17:24:16 2013 UTC

400 ERASE = +2, 400 ERASE = +2,
401}; 401};
402 402
403/* modes for rxvt_term::scr_page () - scroll page. used by scrollbar window */ 403/* modes for rxvt_term::scr_page () - scroll page. used by scrollbar window */
404enum page_dirn { 404enum page_dirn {
405 UP, 405 DN = -1,
406 DN,
407 NO_DIR, 406 NO_DIR = 0,
407 UP = 1,
408}; 408};
409 409
410/* arguments for rxvt_term::scr_change_screen () */ 410/* arguments for rxvt_term::scr_change_screen () */
411enum { 411enum {
412 PRIMARY = 0, 412 PRIMARY = 0,
1400 void process_color_seq (int report, int color, const char *str, char resp); 1400 void process_color_seq (int report, int color, const char *str, char resp);
1401 void process_xterm_seq (int op, char *str, char resp); 1401 void process_xterm_seq (int op, char *str, char resp);
1402 int privcases (int mode, unsigned long bit); 1402 int privcases (int mode, unsigned long bit);
1403 void process_terminal_mode (int mode, int priv, unsigned int nargs, const int *arg); 1403 void process_terminal_mode (int mode, int priv, unsigned int nargs, const int *arg);
1404 void process_sgr_mode (unsigned int nargs, const int *arg); 1404 void process_sgr_mode (unsigned int nargs, const int *arg);
1405 void set_cursor_style (int style);
1405 // init.C 1406 // init.C
1406 void init (stringvec *argv, stringvec *envv); 1407 void init (stringvec *argv, stringvec *envv);
1407 void init (int argc, const char *const *argv, const char *const *envv); 1408 void init (int argc, const char *const *argv, const char *const *envv);
1408 void init2 (int argc, const char *const *argv); 1409 void init2 (int argc, const char *const *argv);
1409 void init_vars (); 1410 void init_vars ();
1534 void scr_report_position () NOTHROW; 1535 void scr_report_position () NOTHROW;
1535 void set_font_style () NOTHROW; 1536 void set_font_style () NOTHROW;
1536 void scr_charset_choose (int set) NOTHROW; 1537 void scr_charset_choose (int set) NOTHROW;
1537 void scr_charset_set (int set, unsigned int ch) NOTHROW; 1538 void scr_charset_set (int set, unsigned int ch) NOTHROW;
1538 void scr_move_to (int y, int len) NOTHROW; 1539 void scr_move_to (int y, int len) NOTHROW;
1540 bool scr_page (int nlines) NOTHROW;
1539 bool scr_page (enum page_dirn direction, int nlines) NOTHROW; 1541 bool scr_page (enum page_dirn direction, int nlines) NOTHROW
1542 {
1543 scr_page (direction * nlines);
1544 }
1540 bool scr_changeview (int new_view_start) NOTHROW; 1545 bool scr_changeview (int new_view_start) NOTHROW;
1541 void scr_bell () NOTHROW; 1546 void scr_bell () NOTHROW;
1542 void scr_printscreen (int fullhist) NOTHROW; 1547 void scr_printscreen (int fullhist) NOTHROW;
1543 void scr_xor_rect (int beg_row, int beg_col, int end_row, int end_col, rend_t rstyle1, rend_t rstyle2) NOTHROW; 1548 void scr_xor_rect (int beg_row, int beg_col, int end_row, int end_col, rend_t rstyle1, rend_t rstyle2) NOTHROW;
1544 void scr_xor_span (int beg_row, int beg_col, int end_row, int end_col, rend_t rstyle) NOTHROW; 1549 void scr_xor_span (int beg_row, int beg_col, int end_row, int end_col, rend_t rstyle) NOTHROW;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines