about summary refs log tree commit diff stats
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
parented9c46f1dd6136a5eafde788de4e3293b4dc346b (diff)
downloadranger-26553318560eb2a51fee140b0695274c6c7f9546.tar.gz
[tu] toggles ascii only
-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