repo: rxvt-unicode-sixel action: commit revision: path_from: revision_from: daabbbb2cff84815b5bbf314cfeecd2896d79c11: path_to: revision_to:
commit daabbbb2cff84815b5bbf314cfeecd2896d79c11 Author: Marc LehmannDate: Tue Jan 31 19:11:43 2006 +0000 *** empty log message *** diff --git a/src/command.C b/src/command.C
--- a/src/command.C
+++ b/src/command.C
@@ -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
*/
diff --git a/src/init.C b/src/init.C
--- a/src/init.C
+++ b/src/init.C
@@ -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];
}
diff --git a/src/main.C b/src/main.C
--- a/src/main.C
+++ b/src/main.C
@@ -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;
}
diff --git a/src/scrollbar-plain.C b/src/scrollbar-plain.C
--- a/src/scrollbar-plain.C +++ b/src/scrollbar-plain.C @@ -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; }
-----END OF PAGE-----