summary refs log tree commit diff stats
path: root/code
diff options
context:
space:
mode:
Diffstat (limited to 'code')
-rw-r--r--code/fm.rb8
1 files changed, 3 insertions, 5 deletions
diff --git a/code/fm.rb b/code/fm.rb
index 916d746c..85e60489 100644
--- a/code/fm.rb
+++ b/code/fm.rb
@@ -84,7 +84,7 @@ module Fm
 						while dir = SCHEDULED.shift
 							dir.refresh(true)
 							dir.resize
-#							force_update
+							force_update
 						end
 #					}
 				end
@@ -138,10 +138,8 @@ module Fm
 			end
 
 			begin
-#				@mutex.synchronize {
-					log "drawing"
-					draw()
-#				}
+				log "drawing"
+				draw()
 			rescue Interrupt
 				on_interrupt
 			rescue Exception
115' href='#n115'>115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156