about summary refs log tree commit diff stats
path: root/update_github_page
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-08-16 22:39:25 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-08-16 22:39:25 -0700
commitbf31512cd5ee4e7b1f3ce95427c35fe6acb4d4fa (patch)
tree85e2bef9d55519cdd784e9a42df5f7277ceb8523 /update_github_page
parentdf2c1409830d7fc5598f54fea0d728380851aa1c (diff)
downloadmu-bf31512cd5ee4e7b1f3ce95427c35fe6acb4d4fa.tar.gz
2025 - back to speeding up render
First step: drop the existing optimization of not redrawing after every
character. Gives the editor a jumpy feel. I'm also hoisting the render
into handle-keyboard event as a first step to duplicating it everywhere.

One test temporarily failing: we're gonna sometimes forget to draw the
line below editors.
Diffstat (limited to 'update_github_page')
0 files changed, 0 insertions, 0 deletions
521'>^
893123c ^
c87acad ^





bd2800a ^


c87acad ^

fb63b07 ^
c87acad ^





893123c ^
c87acad ^




893123c ^
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