git://git.iain.cx/iain
/
profile.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1424a2d
)
More scrollback in screen.
author
Iain Patterson
<me@iain.cx>
Thu, 22 Jul 2010 15:05:39 +0000
(16:05 +0100)
committer
Iain Patterson
<me@iain.cx>
Tue, 3 Aug 2010 15:12:47 +0000
(16:12 +0100)
Memory is cheap. Save 512 lines instead of 100.
.screenrc
patch
|
blob
|
history
diff --git
a/.screenrc
b/.screenrc
index
7f8ab49
..
eeb8491
100644
(file)
--- a/
.screenrc
+++ b/
.screenrc
@@
-9,6
+9,9
@@
startup_message off
windowlist title "%{= wb}%{+r}[%H %Y-%m-%d %0c:%s]%{-r} windows%<%=%l"
windowlist string "%{+ .b}%{+ g}%3n%f%{+ w} %t"
+# Save more scrollback.
+defscrollback 512
+
################################################################################
# Hotkeys.
################################################################################