about summary refs log tree commit diff stats
path: root/apps/ex13.subx
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-05-29 16:20:37 -0700
committerKartik Agaram <vc@akkartik.com>2020-05-29 16:24:31 -0700
commitcb0caab25c66170266a2ad6ad60c077b863aac43 (patch)
tree560d40d82a9c3d72bdefc3d1e4e6b19e7cecfecd /apps/ex13.subx
parent77b43b007f08a49ac1fa35ce394e38429da747e6 (diff)
downloadmu-cb0caab25c66170266a2ad6ad60c077b863aac43.tar.gz
6437 - check screen/window dimensions
This was why I was trying to use a different output register: a second
function to call.

And I managed to mess it up again, changing the output of load-file, but
not how it was computed in the body.
Diffstat (limited to 'apps/ex13.subx')
0 files changed, 0 insertions, 0 deletions
Kartik K. Agaram <vc@akkartik.com> 2015-05-13 10:03:26 -0700 1363 - rename 'integer' to 'number'' href='/akkartik/mu/commit/043space.cc?h=main&id=5497090aa1e708c22cd240913a53dda32bb067aa'>5497090a ^
7da71d03 ^
75845d2b ^
7da71d03 ^
88be3dbc ^
4b79c627 ^

5497090a ^
4b79c627 ^
5497090a ^
33262afe ^
69d95127 ^
5497090a ^

4b79c627 ^


047296d8 ^














ca01193d ^
ac0e9db5 ^
50eab110 ^

7da71d03 ^




82ac0b7e ^
0487a30e ^
b38e5819 ^
4b79c627 ^
7da71d03 ^



827898fc ^
7da71d03 ^
7da71d03 ^



4b79c627 ^

7da71d03 ^
7284d503 ^

88be3dbc ^
b38e5819 ^

5497090a ^

b38e5819 ^
5497090a ^
33262afe ^
69d95127 ^
b38e5819 ^
5497090a ^
b38e5819 ^





7284d503 ^

88be3dbc ^
b38e5819 ^

5497090a ^


b38e5819 ^
5497090a ^
33262afe ^
69d95127 ^
5497090a ^

b38e5819 ^





7284d503 ^

4b79c627 ^
ac0e9db5 ^
31401373 ^
8f1db754 ^

ac0e9db5 ^
75845d2b ^
72c4fb2d ^
ac0e9db5 ^
2f5f7919 ^
2d863b1b ^
2f5f7919 ^
827898fc ^
75845d2b ^

fca0ebbe ^
7da71d03 ^
ac0e9db5 ^
31401373 ^

7da71d03 ^

e0584755 ^
88be3dbc ^
e0584755 ^
69d95127 ^
5497090a ^
e0584755 ^


fca0ebbe ^
e0584755 ^
fca0ebbe ^
31401373 ^
e0584755 ^

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
109
110
111
112
113
114
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