summaryrefslogtreecommitdiffstats
path: root/system/mrxvt/no-scroll-with-buffer-mrxvt-0.5.3.patch
blob: 08b926a2a9044a19f5345461231226bc1dea6a34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Index: src/rxvtlib.h
===================================================================
--- src/rxvtlib.h	(revision 244)
+++ src/rxvtlib.h	(working copy)
@@ -280,7 +280,7 @@
 #define Opt_forceTransparent	    ((1LU<<16) | IS_OPTION1)
 #define Opt_mc_hack		    ((1LU<<17) | IS_OPTION1)
 #define Opt_tripleclickwords	    ((1LU<<18) | IS_OPTION1)
-#define Opt_scrollWithBuffer	    ((1LU<<19) | IS_OPTION1)
+/* #define Opt_scrollWithBuffer	    ((1LU<<19) | IS_OPTION1) */
 #define Opt_mouseWheelScrollPage    ((1LU<<21) | IS_OPTION1)
 #define Opt_pointerBlank	    ((1LU<<22) | IS_OPTION1)
 #define Opt_cursorBlink		    ((1LU<<23) | IS_OPTION1)
Index: src/xdefaults.c
===================================================================
--- src/xdefaults.c	(revision 244)
+++ src/xdefaults.c	(working copy)
@@ -203,8 +203,6 @@
 	    "scroll-on-tty-output inhibit" ),
     BOOL( "scrollTtyKeypress", "sk", Opt_scrollTtyKeypress,
 	    "scroll-on-keypress" ),
-    BOOL( "scrollWithBuffer", "sw", Opt_scrollWithBuffer,
-	    "scroll-with-buffer" ),
 
     STRG(Rs_opacity, "opacity", "o", "%",
 	"transluscent window (true transparent) opaque degree", 0),
Index: src/screen.c
===================================================================
--- src/screen.c	(revision 244)
+++ src/screen.c	(working copy)
@@ -938,10 +938,6 @@
 	    PVTS(r, page)->nscrolled = SVLINES;
 	else
 	    PVTS(r, page)->nscrolled = (uint16_t)nscrolled;
-	if (ISSET_OPTION(r, Opt_scrollWithBuffer) &&
-	    VSTART != 0 &&
-	    VSTART != SVLINES)
-	    rxvt_scr_page(r, page, UP, count);
     }
     else if (!spec)
 	row1 += SVLINES;
Index: doc/mrxvt.1
===================================================================
--- doc/mrxvt.1	(revision 244)
+++ doc/mrxvt.1	(working copy)
@@ -329,14 +329,6 @@
 Draw floating scrollbar (i.e. without a trough).
 .Op Cm scrollbarFloating
 .
-.BO sw
-Scroll synchronusly with buffer. Normally
-.Nm
-does not keep the screen completely up to date while scrolling. This allows
-.Nm
-to run faster when network latencies are very high and is typically useful when running across a very large internet or many gateways.
-.Op Cm scrollWithBuffer
-.
 .El
 .Ed
 .\" {{{2 color