about summary refs log tree commit diff stats
path: root/apps/ex11.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-10-11 21:02:41 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-10-11 21:02:41 -0700
commit2308b970661834484c1b59729e5f88b0f4bbcc51 (patch)
treef13b2a96020f9d7ffe6e2427384c2a38b3b20951 /apps/ex11.mu
parentd6866ec35d5c0d0677df9d55bcdb16ce0d5c29f3 (diff)
downloadmu-2308b970661834484c1b59729e5f88b0f4bbcc51.tar.gz
bugfix: rendering fake screens
Not exercised anywhere except in the shell. I ran into it after running:

  (print screen 34)

Introduced in commit d2f96cb0b6c5 on Sep 1. This is the sort of thing I
currently don't know how to write tests for :/
Diffstat (limited to 'apps/ex11.mu')
0 files changed, 0 insertions, 0 deletions
om> 2015-05-21 18:57:25 -0700 1417 - draft zoom levels in traces' href='/akkartik/mu/commit/027debug.cc?h=hlt&id=7feea75b13522c28d168a5200cfb7a89c06ad161'>7feea75b ^
0487a30e ^


ac0e9db5 ^
7feea75b ^
0487a30e ^
827898fc ^
0487a30e ^

11bf6ded ^
b1299d63 ^

72c4fb2d ^






9fef16ab ^



72c4fb2d ^












a11d9c4a ^

a39df92d ^












a11d9c4a ^







a6cdf15c ^

dc1323e9 ^







272e786b ^









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