about summary refs log tree commit diff stats
path: root/code/fm.rb
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2009-06-29 07:09:03 +0200
committerhut <hut@lavabit.com>2009-06-29 07:09:03 +0200
commitafe016c6b03c8d6c93998c8a997e6e99adf27a8c (patch)
tree78e699b3508af304ace0da969dce9f06eb820e0c /code/fm.rb
parent48ab2a825a44df7f6c6066db9ba08f3fadc6e383 (diff)
downloadranger-afe016c6b03c8d6c93998c8a997e6e99adf27a8c.tar.gz
comments
Diffstat (limited to 'code/fm.rb')
-rw-r--r--code/fm.rb23
1 files changed, 21 insertions, 2 deletions
diff --git a/code/fm.rb b/code/fm.rb
index 76056958..c69cefb1 100644
--- a/code/fm.rb
+++ b/code/fm.rb
@@ -11,6 +11,27 @@ OPTIONS = {
 	'preview' => true,
 }
 
+## methods:
+## initialize(pwd=nil)
+## refresh
+## boot_up
+## lines
+## dump
+## on_interrupt
+## terminal_killed?
+## main_loop
+## current_path
+## reset_title
+## enter_dir_safely(dir)
+## enter_dir(dir)
+## currentfile
+## selection
+## move_to_trash!(filename)
+## move_to_trash(file)
+## bar_add(bar)
+## bar_del(bar)
+## getfiles
+##
 module Fm
 	extend self
 	COPY_PRIORITY = -2
@@ -60,8 +81,6 @@ module Fm
 
 	attr_reader(:dirs, :pwd)
 
-	def pwd() @pwd end
-
 	def refresh()
 		begin
 			@pwd.refresh