lilalo
diff l3config.pm @ 158:d775ffd49dbf
minifix: bsd/darwin in uname
author | Igor Chubin <igor@chub.in> |
---|---|
date | Wed Feb 01 17:14:54 2012 +0200 (2012-02-01) |
parents | 31ebdfe9797d |
children | 8ee5e59f1bd3 |
line diff
1.1 --- a/l3config.pm Thu Jul 10 01:52:40 2008 +0300 1.2 +++ b/l3config.pm Wed Feb 01 17:14:54 2012 +0200 1.3 @@ -29,13 +29,13 @@ 1.4 "suppress_terminal" => "yes", 1.5 1.6 "terminal_width" => 400, 1.7 - "terminal_height" => 300, 1.8 + "terminal_height" => 1000, 1.9 "verbose" => "yes", 1.10 1.11 "head_lines" => 10, 1.12 "tail_lines" => 10, 1.13 - "cache_head_lines" => 250, 1.14 - "cache_tail_lines" => 250, 1.15 + "cache_head_lines" => 2500, 1.16 + "cache_tail_lines" => 2500, 1.17 "skip_text" => "...", 1.18 "show_time" => "yes", 1.19 "show_diffs" => "yes",