about summary refs log tree commit diff stats
path: root/tools/update_html
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2020-12-05 21:01:30 -0800
committerKartik Agaram <vc@akkartik.com>2020-12-05 21:01:30 -0800
commit5c46d55532d1e0bfb3fd58e4684380feab509e7a (patch)
treea95fd2e38b69c2ffab18a663bc0872f8f74ef705 /tools/update_html
parent4ef29dc9d537402cd58c260638e0536d0967457e (diff)
downloadmu-5c46d55532d1e0bfb3fd58e4684380feab509e7a.tar.gz
7338 - tile: architecture starting to crystallize
In particular, I'm starting to have opinions about how to scalably position
the cursor at the end of each frame.

One advantage of text mode without a pointer device (mouse/trackpad): only
one cursor to track. UI can't be modified anywhere. That simplifies any
reactive UI framework.
Diffstat (limited to 'tools/update_html')
0 files changed, 0 insertions, 0 deletions
='#n116'>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 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185