about summary refs log tree commit diff stats
path: root/code/fm.rb
diff options
context:
space:
mode:
Diffstat (limited to 'code/fm.rb')
-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
02test.mu?h=main&id=cec5ef31b3e383b7bdffe049a8c502a563f6b491'>cec5ef31 ^
dfa61e62 ^
21bddb2e ^




f3f6bc3f ^









cec5ef31 ^
f3f6bc3f ^











cec5ef31 ^
f3f6bc3f ^

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
35
36
37
38
39
40
41
42
43