about summary refs log tree commit diff stats
path: root/html
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2017-05-19 17:40:03 -0700
committerKartik K. Agaram <vc@akkartik.com>2017-05-19 17:40:03 -0700
commit60679557beb29ec77e617d2e2f90d6e58069893d (patch)
treefd686aca6ab78d25e72ceda7720f7c0c3acada41 /html
parentbb2e5e65a42eadba69b3b663c4c118f64d0c4eb7 (diff)
downloadmu-60679557beb29ec77e617d2e2f90d6e58069893d.tar.gz
3866
Yet another bugfix, this time in just the sandbox/ app:
  open sandbox/ with empty lesson/ directory
  type 'a'
  press backspace
  cursor was not moving left

Now fixed.

Turns out the sandbox/ app hadn't been working right since commit 3854.
(Which ironically was a revert but clearly didn't revert enough; the last
truly good commit was 3823, and we're still clawing our way back to the
sunlight.)

The issue in this case was that commit 3853 disabled update-cursor in some
situations when it shouldn't have. To be safe, just always update-cursor
one very event. I should probably reorganize this in edit/ as well, but
it's not necessary for this particular bug.

---

Incidentally, as part of my git bisecting I realized that the bug fixed
in the trace browser as part of commit 3862 was very old:
  press '/'
  press some key
  press ctrl-u to erase
  press some key
  = out of bounds string access
Diffstat (limited to 'html')
0 files changed, 0 insertions, 0 deletions
l.com> 2015-02-26 23:23:15 +0000 committer James Booth <boothj5@gmail.com> 2015-02-26 23:23:15 +0000 Updated themes for release' href='/danisanti/profani-tty/commit/themes/spawn?id=30b5f112fd81890411d6fe52c1f442f4433e0d01'>30b5f112 ^
71679a31 ^

6dabbbd5 ^


6dabbbd5 ^
8a113ad6 ^
2f82f50a ^
86c1c388 ^
1a3dc91e ^
6dabbbd5 ^

30b5f112 ^
fbc30231 ^

















cd2458c0 ^

0ae975c2 ^

b21edfaa ^
cd2458c0 ^
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