1
2
3
4
5
6
7
8
9
10
11
12
13
|
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),
|