about summary refs log tree commit diff stats
path: root/main.lua
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2023-04-08 21:55:12 -0700
committerKartik K. Agaram <vc@akkartik.com>2023-04-08 21:55:51 -0700
commitc969fcdd8574b42fd48e0695ea556a643aedb7c1 (patch)
tree599903ab7e0c1b4a5ed93df0ff85888fc3d60c3d /main.lua
parent282983d0848db077c0dd6400a6f29b34f78f5806 (diff)
downloadtext.love-c969fcdd8574b42fd48e0695ea556a643aedb7c1.tar.gz
enhance bugfix of commit a9aa3436f (Dec 2024)
Scenario:
* start out with some text on screen
* select some text A, delete
* select some more text B, delete
* press C-z twice to restore A and B
* press C-y twice

Before this commit only the first C-y was having an effect (deleting B).
The second was failing to delete A.
Diffstat (limited to 'main.lua')
0 files changed, 0 insertions, 0 deletions
/commit/static_dispatch.mu?h=hlt&id=39017bac428f554b84a15f4d6d7fa2a07eb7b16c'>39017bac ^
4a48bedc ^
39017bac ^


1ead3562 ^
39017bac ^
4a48bedc ^
39017bac ^
4a48bedc ^
39017bac ^
4a48bedc ^
39017bac ^

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