summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authorhut <hut@lepus.uberspace.de>2014-10-31 14:25:52 +0100
committerhut <hut@lepus.uberspace.de>2014-10-31 14:25:52 +0100
commitcb7674d88543e045dd282cc1da8ded2d52f7373b (patch)
treec0bc941eb418c8887ee675df56b05d804d547785 /doc
parent4e73fe41eee4c5eb3fb93c735d57565a0dd2a7c4 (diff)
downloadranger-cb7674d88543e045dd282cc1da8ded2d52f7373b.tar.gz
added option "idle_delay"
per request of nfnty
Diffstat (limited to 'doc')
-rw-r--r--doc/ranger.17
-rw-r--r--doc/ranger.pod6
2 files changed, 12 insertions, 1 deletions
diff --git a/doc/ranger.1 b/doc/ranger.1
index 2c19a1a5..9aa4e318 100644
--- a/doc/ranger.1
+++ b/doc/ranger.1
@@ -133,7 +133,7 @@
 .\" ========================================================================
 .\"
 .IX Title "RANGER 1"
-.TH RANGER 1 "ranger-1.6.1" "10/15/2014" "ranger manual"
+.TH RANGER 1 "ranger-1.6.1" "10/31/2014" "ranger manual"
 .\" For nroff, turn off justification.  Always turn off hyphenation; it makes
 .\" way too many mistakes in technical documents.
 .if n .ad l
@@ -669,6 +669,11 @@ this pattern will hide all files that start with a dot or end with a tilde.
 .Vb 1
 \& set hidden_filter ^\e.|~$
 .Ve
+.IP "idle_delay [integer]" 4
+.IX Item "idle_delay [integer]"
+The delay that ranger idly waits for user input, in milliseconds, with a
+resolution of 100ms.  Lower delay reduces lag between directory updates but
+increases \s-1CPU\s0 load.
 .IP "max_console_history_size [integer, none]" 4
 .IX Item "max_console_history_size [integer, none]"
 How many console commands should be kept in history?  \*(L"none\*(R" will disable the
diff --git a/doc/ranger.pod b/doc/ranger.pod
index 07c6a3bc..370bbb85 100644
--- a/doc/ranger.pod
+++ b/doc/ranger.pod
@@ -655,6 +655,12 @@ this pattern will hide all files that start with a dot or end with a tilde.
 
  set hidden_filter ^\.|~$
 
+=item idle_delay [integer]
+
+The delay that ranger idly waits for user input, in milliseconds, with a
+resolution of 100ms.  Lower delay reduces lag between directory updates but
+increases CPU load.
+
 =item max_console_history_size [integer, none]
 
 How many console commands should be kept in history?  "none" will disable the