Browse Source

Use huge line buffer like a pro

Another proof that 640KB won't be enough for everybody.
Alois Mahdal 8 years ago
parent
commit
84f6f9a5dc
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      dotfiles.config/Xlib/global.Xdefaults

+ 1
- 1
dotfiles.config/Xlib/global.Xdefaults View File

@@ -26,7 +26,7 @@ URxvt.scrollstyle:          plain
26 26
 URxvt.scrollWithBuffer:     true
27 27
 URxvt.scrollTtyOutput:      false
28 28
 URxvt.scrollTtyKeypress:    true
29
-URxvt.saveLines:            32767
29
+URxvt.saveLines:            1048576
30 30
 
31 31
 !## cursor & pointer
32 32
 URxvt.cursorUnderline:      false