*** empty log message ***
authorroot <root>
Mon, 21 Feb 2005 19:26:07 +0000 (19:26 +0000)
committerroot <root>
Mon, 21 Feb 2005 19:26:07 +0000 (19:26 +0000)
src/rxvt.h
src/screen.C

index b8037df72bea64024c691faa77ac987b71e2e38f..9d7b3a8b2c7d36a3e9c05cb664107d1e145127ae 100644 (file)
@@ -1476,11 +1476,7 @@ struct rxvt_term : zero_initialized, rxvt_vars {
   void scr_refresh (unsigned char refresh_type);
   bool scr_refresh_rend (rend_t mask, rend_t value);
   void scr_erase_screen (int mode);
-#if ENABLE_FRILLS
   void scr_erase_savelines ();
-  void scr_backindex ();
-  void scr_forwardindex ();
-#endif
   void scr_touch (bool refresh);
   void scr_expose (int x, int y, int width, int height, bool refresh);
   rxvt_fontset *scr_find_fontset (rend_t r = DEFAULT_RSTYLE);
@@ -1497,6 +1493,8 @@ struct rxvt_term : zero_initialized, rxvt_vars {
   void scr_add_lines (const unicode_t *str, int nlines, int len);
   void scr_backspace ();
   void scr_tab (int count, bool ht = false);
+  void scr_backindex ();
+  void scr_forwardindex ();
   void scr_gotorc (int row, int col, int relative);
   void scr_index (enum page_dirn direction);
   void scr_erase_line (int mode);
index dc80a24aad7d8b67f7bf6165ac70055ebc1c2381..f21adaa1bbd9ace466db04ee2cd4d7bc5ecc259c 100644 (file)
@@ -1163,7 +1163,7 @@ rxvt_term::scr_backindex ()
 void
 rxvt_term::scr_forwardindex ()
 {
-  int row;
+  int             row;
 
   if (screen.cur.col < TermWin.ncol - 1)
     scr_gotorc (0, 1, R_RELATIVE | C_RELATIVE);
@@ -1392,7 +1392,6 @@ rxvt_term::scr_erase_screen (int mode)
     }
 }
 
-#if ENABLE_FRILLS
 void
 rxvt_term::scr_erase_savelines ()
 {
@@ -1406,7 +1405,6 @@ rxvt_term::scr_erase_savelines ()
         scr_blank_line (screen.text [i], screen.rend [i], (unsigned int)TermWin.ncol, DEFAULT_RSTYLE);
       }
 }
-#endif
 
 /* ------------------------------------------------------------------------- */
 /*