about summary refs log tree commit diff stats
path: root/translate_subx_debug
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-10-09 23:18:33 -0700
committerKartik Agaram <vc@akkartik.com>2020-10-09 23:24:00 -0700
commit5ba974b4e58c1d870d64d8754d08bf93bbf9513b (patch)
treeab0b799a114f17049503eb050618eba7fc4baa6d /translate_subx_debug
parent8c43582fb2cafd6471f01fb3e4cb75e5b200a4b3 (diff)
downloadmu-5ba974b4e58c1d870d64d8754d08bf93bbf9513b.tar.gz
6982 - right-arrow now moves into expanded calls
Rendering is still ugly. Cursor isn't on the right row. But the hard part
is behind us.

This was a stupid mistake in function-body, and it happened because I've
been getting lazy and passing (addr handle) objects when I should be passing
in "constant" addr objects.

I'm not sure why I was so resistant to debugging by print here. I spent
3 days waffling about with this bug.
Diffstat (limited to 'translate_subx_debug')
0 files changed, 0 insertions, 0 deletions
4c13e1f2 ^
f07bb12f ^


4c13e1f2 ^

f07bb12f ^
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