about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--code/debug.rb6
-rw-r--r--data/apps.rb2
2 files changed, 4 insertions, 4 deletions
diff --git a/code/debug.rb b/code/debug.rb
index 16481b67..85e82307 100644
--- a/code/debug.rb
+++ b/code/debug.rb
@@ -2,10 +2,10 @@ require 'pp'
 
 ## This module helps to debug by:
 ## 1. defining log functions which write data into any kind of stream
-## rather than to STDOUT, and are seperated into fatal, error and normal
-## messages.
+##    rather than to STDOUT, and are seperated into fatal, error and normal
+##    messages.
 ## 2. by defining assertion functions which raise an AssertionError
-## if the assertion is false.
+##    if the assertion is false.
 ## 3. a couple of other nice things such as trace or bm (benchmark)
 ## 
 ## use this with:
diff --git a/data/apps.rb b/data/apps.rb
index 019a9848..e6adaa06 100644
--- a/data/apps.rb
+++ b/data/apps.rb
@@ -6,7 +6,6 @@
 
 
 module Application
-
 	## def totem(files) starts the definition of totem
 	def totem(files)
 		## this is the `case' statement.
@@ -54,6 +53,7 @@ module Application
 		when 1; "mplayer -sid 0 #{files}"
 		when 2; "mplayer -vm sdl -sid 0 #{files}"
 		when 3; "mplayer -mixer software #{files}"
+		when 4; "mplayer -vo caca #{files}"
 		else nil end
 	end
 
700 1279 - colorized rendering of the source files' href='/akkartik/mu/commit/html/073scenario_screen_test.mu.html?h=hlt&id=672e3e50c6ed6de161e40aa256c3fc0f2b1f7cf9'>672e3e50 ^
4a39d12d ^


4c4d325c ^
a654e4ec ^
9e751bb8 ^
fe8bf967 ^
a654e4ec ^
fe8bf967 ^
805d58c6 ^

672e3e50 ^

a654e4ec ^



e5c11a51 ^






















a654e4ec ^

672e3e50 ^
e5c11a51 ^
a654e4ec ^
204dae92 ^





805d58c6 ^
b301e0c0 ^
204dae92 ^

805d58c6 ^

204dae92 ^







b301e0c0 ^
204dae92 ^
b301e0c0 ^
204dae92 ^
b301e0c0 ^
204dae92 ^

805d58c6 ^


204dae92 ^

aac2775a ^




805d58c6 ^
b301e0c0 ^


aac2775a ^

805d58c6 ^

aac2775a ^

672e3e50 ^


a654e4ec ^
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108