about summary refs log tree commit diff stats
path: root/code
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2009-07-22 00:08:07 +0200
committerhut <hut@lavabit.com>2009-07-22 00:08:07 +0200
commit26553318560eb2a51fee140b0695274c6c7f9546 (patch)
tree60b7257c80658fd6efef80b261268d5530ced282 /code
parented9c46f1dd6136a5eafde788de4e3293b4dc346b (diff)
downloadranger-26553318560eb2a51fee140b0695274c6c7f9546.tar.gz
[tu] toggles ascii only
Diffstat (limited to 'code')
-rw-r--r--code/keys.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/code/keys.rb b/code/keys.rb
index 6c2b275a..d35e6107 100644
--- a/code/keys.rb
+++ b/code/keys.rb
@@ -500,6 +500,9 @@ module Fm
 			Option.show_hidden ^= true
 			@pwd.refresh!
 
+		when 'tu'
+			Option.ascii_only ^= true
+
 		when 'tc'
 			Option.cd ^= true
 
-12 02:00:53 +0100 committer hut <hut@lavabit.com> 2010-03-12 02:00:53 +0100 updated pydoc' href='/akspecs/ranger/commit/doc/pydoc/ranger.ext.html?h=v1.4.4&id=62cd83bace8e77cd1ff7028da6cf65d0d1defa27'>62cd83ba ^
f07bb12f ^
34a60763 ^
62cd83ba ^

b3556b21 ^
62cd83ba ^
4c13e1f2 ^
62cd83ba ^
f07bb12f ^

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