lilalo
diff l3config.pm @ 81:d9a700d48bef
Рисунки сделанные с помощью l3-shot отображаются в журнале.
Всплывающая подсказка с информацией о команде
появляется при подведении курсора мыши к первому знаку приглашения
Всплывающая подсказка с информацией о команде
появляется при подведении курсора мыши к первому знаку приглашения
author | devi |
---|---|
date | Thu Feb 23 22:26:38 2006 +0200 (2006-02-23) |
parents | 44973d76ba4d |
children | 7fb205f2c514 |
line diff
1.1 --- a/l3config.pm Sun Feb 19 16:02:42 2006 +0200 1.2 +++ b/l3config.pm Thu Feb 23 22:26:38 2006 +0200 1.3 @@ -29,16 +29,17 @@ 1.4 "suppress_terminal" => "yes", 1.5 1.6 "terminal_width" => 400, 1.7 - "terminal_height" => 100, 1.8 + "terminal_height" => 300, 1.9 "verbose" => "yes", 1.10 1.11 "head_lines" => 5, 1.12 "tail_lines" => 5, 1.13 - "cache_head_lines" => 50, 1.14 - "cache_tail_lines" => 50, 1.15 + "cache_head_lines" => 150, 1.16 + "cache_tail_lines" => 150, 1.17 "skip_text" => "...", 1.18 "show_time" => "yes", 1.19 "show_diffs" => "yes", 1.20 + "show_screenshots" => "yes", 1.21 "show_comments" => "yes", 1.22 "show_notes" => "yes", 1.23 1.24 @@ -54,6 +55,8 @@ 1.25 "output_mask" => "INDEX", 1.26 "output_format" => "html", 1.27 "frontend_css" => "/l3/l3.css", 1.28 + "l3shot_path" => "/l3shot/", 1.29 + "l3shot_suffix" => ".png", 1.30 "frontend_google_ico" => "/l3/google.ico", 1.31 "frontend_linux_ico" => "/l3/linux.ico", 1.32 "frontend_freebsd_ico" => "/l3/freebsd.ico",