*** 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 3a6068f..993f8e7 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 c299ba4..ec436b9 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 4a374ed..6de57b8 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 06e9d0d..df9ab06 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;
 }