about summary refs log tree commit diff stats
path: root/source_undo.lua
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2025-01-22 15:12:06 -0800
committerKartik K. Agaram <vc@akkartik.com>2025-01-22 15:35:10 -0800
commitc17ea5543942217a930864e277764f2e2e8d64c0 (patch)
treee26aa5032f759c9fa8a44e9a9d415b8106ee0132 /source_undo.lua
parent117c56a9bc2c73e1242732686e3e7d3d554ba3df (diff)
downloadview.love-c17ea5543942217a930864e277764f2e2e8d64c0.tar.gz
bugfix: scrolling up using scroll wheel
The culprit is an ambiguously named helper. put_cursor_on_next_text_line
is not supposed to move to next line if the current line is text.
Diffstat (limited to 'source_undo.lua')
0 files changed, 0 insertions, 0 deletions
7efa03e81460e3e41f7238'>^
1076f2b

dbf7e03 ^
650a1fb ^
dbf7e03 ^




1076f2b



9e8b325 ^
1076f2b
650a1fb ^
1076f2b
8b59083 ^
1076f2b

59b4a5e ^
dbf7e03 ^

650a1fb ^
7faa8a9 ^
650a1fb ^


dbf7e03 ^















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