diff options
author | hut <hut@lavabit.com> | 2009-06-15 20:01:25 +0200 |
---|---|---|
committer | hut <hut@lavabit.com> | 2009-06-15 20:01:25 +0200 |
commit | 136e534c0a4142546ae5c34efadd9dccdada9a82 (patch) | |
tree | b04f9957b0f5e34be190c5bb2acd6d19e2be3dd2 /code | |
parent | 3b967916bdb9cd0c5fb289a5ac1087b5e50bd3c3 (diff) | |
download | ranger-136e534c0a4142546ae5c34efadd9dccdada9a82.tar.gz |
add colors for video + image + sound
Diffstat (limited to 'code')
-rw-r--r-- | code/fm/draw.rb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/code/fm/draw.rb b/code/fm/draw.rb index 482abf59..9d12afb1 100644 --- a/code/fm/draw.rb +++ b/code/fm/draw.rb @@ -92,6 +92,10 @@ module Fm :directory elsif f.movie? :video + elsif f.audio? + :sound + elsif f.image? + :image elsif f.executable? :executable else |