about summary refs log tree commit diff stats
path: root/html/linux/bootstrap/039debug.cc.html
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2021-10-09 13:35:29 -0700
committerKartik K. Agaram <vc@akkartik.com>2021-10-09 14:54:35 -0700
commitbf6cf3bd4b0092fa658a914ef97d8cc319d806f7 (patch)
tree9266c984acd8fc81402281d78f9527d4d8ef7d06 /html/linux/bootstrap/039debug.cc.html
parent78231d4c4b8eed429754274862eff0ea475e66ac (diff)
downloadmu-bf6cf3bd4b0092fa658a914ef97d8cc319d806f7.tar.gz
bugfix: skip hidden items when moving cursor
Tests to create when I start creating tests:
  hide an item. Cursor moves to a new item.
  hide an item that's not the bottom-most item, hit down arrow. Cursor moves to a new item.
  hide an item that's not the top-most item, hit up arrow. Cursor moves to a new item.
  hide top-most item. Cursor on new item. Hit up arrow. No change. Scroll down. New item.
  hide bottom-most item. Cursor on new item. Hit down arrow. No change. Scroll up. New item.
  open a thread. Hit down arrow. No crash (item-index not called).
Diffstat (limited to 'html/linux/bootstrap/039debug.cc.html')
0 files changed, 0 insertions, 0 deletions
author Drew DeVault <sir@cmpwn.com> 2018-02-26 22:41:54 -0500 committer Drew DeVault <sir@cmpwn.com> 2018-02-26 22:42:01 -0500 Implement basic ex line input' href='/akspecs/aerc/commit/ui/exline.go?h=0.1.0&id=661e3ec2a4dd97d4a8a8eab4f281b088770a6af2'>661e3ec ^
6728a11 ^
577248f ^
8fa4583 ^



a073d76 ^
8fa4583 ^



661e3ec ^

661e3ec ^
5685a17 ^
661e3ec ^

1418e1b ^
8fa4583 ^
661e3ec ^

1170893 ^
8fa4583 ^
661e3ec ^

80e891a ^



80e891a ^
72e4b5e ^
8fa4583 ^
80e891a ^
72e4b5e ^
a073d76 ^
8fa4583 ^

661e3ec ^



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