-
Notifications
You must be signed in to change notification settings - Fork 199
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(pick): make
set_picker_items()
recompute range of shown items
- Loading branch information
1 parent
0b381de
commit 9d40696
Showing
3 changed files
with
41 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
33 changes: 33 additions & 0 deletions
33
tests/screenshots/tests-test_pick.lua---set_picker_items()---recomputes-visible-range
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--|---------|---------|---------|---------| | ||
01| | ||
02|~ | ||
03|~ | ||
04|~ | ||
05|┌> ▏─────────────────────┐ | ||
06|│c │ | ||
07|│d │ | ||
08|│e │ | ||
09|│ │ | ||
10|│ │ | ||
11|│ │ | ||
12|│ │ | ||
13|│ │ | ||
14|└ <No name> ────── 1|3|3 ┘ | ||
15| | ||
|
||
--|---------|---------|---------|---------| | ||
01|0000000000000000000000000000000000000000 | ||
02|1111111111111111111111111111111111111111 | ||
03|1111111111111111111111111111111111111111 | ||
04|1111111111111111111111111111111111111111 | ||
05|2333222222222222222222222211111111111111 | ||
06|2444444444444444444444444211111111111111 | ||
07|2555555555555555555555555211111111111111 | ||
08|2555555555555555555555555211111111111111 | ||
09|2666666666666666666666666211111111111111 | ||
10|2666666666666666666666666211111111111111 | ||
11|2666666666666666666666666211111111111111 | ||
12|2666666666666666666666666211111111111111 | ||
13|2666666666666666666666666211111111111111 | ||
14|2777777777772222227777777211111111111111 | ||
15|0000000000000000000000000000000000000000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters