*** empty log message ***
authorroot <root>
Tue, 31 Jan 2006 19:11:43 +0000 (19:11 +0000)
committerroot <root>
Tue, 31 Jan 2006 19:11:43 +0000 (19:11 +0000)
src/command.C
src/init.C
src/main.C
src/scrollbar-plain.C

index 3a6068f3c74c608d0f07cae10758fe6a4950737c..993f8e7f75b0649ab1064fe12a5501380c9d62d5 100644 (file)
@@ -3574,7 +3574,6 @@ rxvt_term::process_window_ops (const int *args, unsigned int nargs)
                            (unsigned int) (args[1] * fheight));
         break;
 
-
       /*
        * reports - some output format copied from XTerm
        */
index c299ba47dc7d1bd95a3eab9ecc77bef916a0bc12..ec436b911de71fbd1f198897dbd2abce1a09c990 100644 (file)
@@ -423,6 +423,7 @@ rxvt_term::init_resources (int argc, const char *const *argv)
     {
       if (!rs[Rs_color + Color_fg])
         rs[Rs_color + Color_fg] = def_colorName[Color_bg];
+
       if (!rs[Rs_color + Color_bg])
         rs[Rs_color + Color_bg] = def_colorName[Color_fg];
     }
index 4a374ed023c7b8975b41509f7fac20ce99d42581..6de57b8216df0cf0aa6f28c61d56dfd691fa6bde 100644 (file)
@@ -693,6 +693,7 @@ rxvt_term::window_calc (unsigned int newwidth, unsigned int newheight)
     {
       sb_w = scrollbar_TotalWidth ();
       szHint.base_width += sb_w;
+
       if (!OPTION (Opt_scrollBar_right))
         window_vt_x += sb_w;
     }
index 06e9d0db55bbe177690e549e8d1a0369ff8372ef..df9ab065273188fbbaae63a337e997b5afd2e292 100644 (file)
@@ -63,7 +63,7 @@ rxvt_term::scrollbar_show_plain (int update, int last_top, int last_bot, int scr
 
   /* scrollbar slider */
   XFillRectangle (xdisp, scrollBar.win, pscrollbarGC,
-                  xsb + 1, scrollBar.top, sbwidth, scrollbar_len);
+                  1 - xsb, scrollBar.top, sbwidth, scrollbar_len);
 
   return 1;
 }