summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--ranger/fsobject/file.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ranger/fsobject/file.py b/ranger/fsobject/file.py
index d0002a56..4de77d80 100644
--- a/ranger/fsobject/file.py
+++ b/ranger/fsobject/file.py
@@ -19,7 +19,7 @@ from subprocess import Popen, PIPE
 from ranger.core.runner import devnull
 from ranger.core.loader import CommandLoader
 
-N_FIRST_BYTES = 20
+N_FIRST_BYTES = 256
 control_characters = set(chr(n) for n in
 		set(range(0, 9)) | set(range(14, 32)))
 
Booth <boothj5@gmail.com> 2015-06-13 19:41:11 +0100 committer James Booth <boothj5@gmail.com> 2015-06-13 19:41:11 +0100 Tidied functional tests' href='/danisanti/profani-tty/commit/tests/functionaltests/test_rooms.c?id=a48b9fcec2385c5d571f1f02ed6e769d6b4ee821'>a48b9fce ^
f17afcf5 ^
e571ccd8 ^
f17afcf5 ^
e571ccd8 ^

0c3fe517 ^
f17afcf5 ^
e571ccd8 ^
7f98e013 ^
f17afcf5 ^

f17afcf5 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38