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.152 by root, Sun Feb 20 19:45:30 2005 UTC vs.
Revision 1.155 by root, Sun Apr 17 22:36:13 2005 UTC

22#include "salloc.h" 22#include "salloc.h"
23 23
24#if ENABLE_FRILLS 24#if ENABLE_FRILLS
25# define ENABLE_XEMBED 1 25# define ENABLE_XEMBED 1
26# define ENABLE_EWMH 1 26# define ENABLE_EWMH 1
27# define CURSOR_BLINK 1
27#endif 28#endif
28
29 29
30/* 30/*
31 ***************************************************************************** 31 *****************************************************************************
32 * SYSTEM HACKS 32 * SYSTEM HACKS
33 ***************************************************************************** 33 *****************************************************************************
473 XTerm_Color_UL = 19, // change actual 'Underline' color 473 XTerm_Color_UL = 19, // change actual 'Underline' color
474 XTerm_Pixmap = 20, // new bg pixmap 474 XTerm_Pixmap = 20, // new bg pixmap
475 XTerm_restoreFG = 39, // change default fg color 475 XTerm_restoreFG = 39, // change default fg color
476 XTerm_restoreBG = 49, // change default bg color 476 XTerm_restoreBG = 49, // change default bg color
477 XTerm_dumpscreen = 55, // dump scrollback and all of screen 477 XTerm_dumpscreen = 55, // dump scrollback and all of screen
478
478 XTerm_locale = 701, // change locale 479 URxvt_locale = 701, // change locale
479 XTerm_Menu = 703, // set menu item 480 URxvt_Menu = 703, // set menu item
480 XTerm_Color_IT = 704, // change actual 'Italic' colour 481 URxvt_Color_IT = 704, // change actual 'Italic' colour
481 XTerm_Color_tint = 705, // change actual tint colour 482 URxvt_Color_tint = 705, // change actual tint colour
482 483
483 URxvt_font = 710, 484 URxvt_font = 710,
484 URxvt_boldFont = 711, 485 URxvt_boldFont = 711,
485 URxvt_italicFont = 712, 486 URxvt_italicFont = 712,
486 URxvt_boldItalicFont = 713, 487 URxvt_boldItalicFont = 713,
488
489 URxvt_view_up = 720,
490 URxvt_view_down = 721,
487}; 491};
488 492
489/* Words starting with `Color_' are colours. Others are counts */ 493/* Words starting with `Color_' are colours. Others are counts */
490/* 494/*
491 * The following comment is mostly obsolete since pixcolor_set was expanded: 495 * The following comment is mostly obsolete since pixcolor_set was expanded:
640 Rs_ext_bwidth, 644 Rs_ext_bwidth,
641 Rs_int_bwidth, 645 Rs_int_bwidth,
642 Rs_borderLess, 646 Rs_borderLess,
643 Rs_lineSpace, 647 Rs_lineSpace,
644 Rs_pty_fd, 648 Rs_pty_fd,
649 Rs_cursorUnderline,
650#endif
651#if CURSOR_BLINK
652 Rs_cursorBlink,
645#endif 653#endif
646#if ENABLE_XEMBED 654#if ENABLE_XEMBED
647 Rs_embed, 655 Rs_embed,
648#endif 656#endif
649 Rs_cutchars, 657 Rs_cutchars,
650 Rs_modifier, 658 Rs_modifier,
651 Rs_answerbackstring, 659 Rs_answerbackstring,
652 Rs_tripleclickwords, 660 Rs_tripleclickwords,
653 Rs_insecure, 661 Rs_insecure,
654 Rs_cursorBlink,
655 Rs_pointerBlank, 662 Rs_pointerBlank,
656 Rs_pointerBlankDelay, 663 Rs_pointerBlankDelay,
657 Rs_imLocale, 664 Rs_imLocale,
658 Rs_imFont, 665 Rs_imFont,
659 Rs_pastableTabs, 666 Rs_pastableTabs,
1471 void scr_release (); 1478 void scr_release ();
1472 void scr_clear (bool really = false); 1479 void scr_clear (bool really = false);
1473 void scr_refresh (unsigned char refresh_type); 1480 void scr_refresh (unsigned char refresh_type);
1474 bool scr_refresh_rend (rend_t mask, rend_t value); 1481 bool scr_refresh_rend (rend_t mask, rend_t value);
1475 void scr_erase_screen (int mode); 1482 void scr_erase_screen (int mode);
1483#if ENABLE_FRILLS
1484 void scr_erase_savelines ();
1485 void scr_backindex ();
1486 void scr_forwardindex ();
1487#endif
1476 void scr_touch (bool refresh); 1488 void scr_touch (bool refresh);
1477 void scr_expose (int x, int y, int width, int height, bool refresh); 1489 void scr_expose (int x, int y, int width, int height, bool refresh);
1478 rxvt_fontset *scr_find_fontset (rend_t r = DEFAULT_RSTYLE); 1490 rxvt_fontset *scr_find_fontset (rend_t r = DEFAULT_RSTYLE);
1479 void scr_recolour (); 1491 void scr_recolour ();
1480 void scr_remap_chars (); 1492 void scr_remap_chars ();
1487 void scr_color (unsigned int color, int fgbg); 1499 void scr_color (unsigned int color, int fgbg);
1488 void scr_rendition (int set, int style); 1500 void scr_rendition (int set, int style);
1489 void scr_add_lines (const unicode_t *str, int nlines, int len); 1501 void scr_add_lines (const unicode_t *str, int nlines, int len);
1490 void scr_backspace (); 1502 void scr_backspace ();
1491 void scr_tab (int count, bool ht = false); 1503 void scr_tab (int count, bool ht = false);
1492 void scr_backindex ();
1493 void scr_forwardindex ();
1494 void scr_gotorc (int row, int col, int relative); 1504 void scr_gotorc (int row, int col, int relative);
1495 void scr_index (enum page_dirn direction); 1505 void scr_index (enum page_dirn direction);
1496 void scr_erase_line (int mode); 1506 void scr_erase_line (int mode);
1497 void scr_E (); 1507 void scr_E ();
1498 void scr_insdel_lines (int count, int insdel); 1508 void scr_insdel_lines (int count, int insdel);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines