• Joined on 2022-02-27
mars pushed to main at mars/breed 2023-04-20 03:47:27 +00:00
6f643b1750 Merge pull request 'New keybinds `$`, `0`, and `^`' (#15) from emma/breed:keybinds into main
adb5e444b6 Merge branch 'main' into keybinds
ece0976813 fixed minor issue
2766539622 added $, ^, and 0 keybinds
Compare 4 commits »
mars merged pull request mars/breed#15 2023-04-20 03:47:27 +00:00
New keybinds `$`, `0`, and `^`
mars pushed to keybinds at emma/breed 2023-04-20 03:47:02 +00:00
adb5e444b6 Merge branch 'main' into keybinds
8b90eb647a Merge pull request 'Better way to attain config & theme directories' (#14) from emma/breed:main into main
6049ee6136 Merge branch 'main' into main
d6138d5986 Fixed get_*_dir() result handling
344b3b5145 Add placeholder word movement actions
Compare 7 commits »
mars pushed to main at mars/breed 2023-04-20 03:46:50 +00:00
8b90eb647a Merge pull request 'Better way to attain config & theme directories' (#14) from emma/breed:main into main
6049ee6136 Merge branch 'main' into main
d6138d5986 Fixed get_*_dir() result handling
487b8e4580 removed println macro used for testing
4b6e5edbd3 Revert "removed println macro used for testing"
Compare 8 commits »
mars closed issue mars/breed#10 2023-04-20 03:46:49 +00:00
Expand config.rs
mars merged pull request mars/breed#14 2023-04-20 03:46:49 +00:00
Better way to attain config & theme directories
mars pushed to main at emma/breed 2023-04-20 03:46:35 +00:00
6049ee6136 Merge branch 'main' into main
344b3b5145 Add placeholder word movement actions
9ab272823d Implement rudimentary undo/redo support
ae45c3392f Refactor State into submodule
Compare 4 commits »
mars pushed to main at emma/breed 2023-04-20 03:46:24 +00:00
d6138d5986 Fixed get_*_dir() result handling
mars pushed to main at mars/evil-jrpg 2023-04-19 21:02:35 +00:00
ec2d98a707 Add MultiMenu select() + callbacks + more leaf ranger animations
a228729f52 Add Animation
eb159db4b5 Draw MultiMenu with Font
4bbdb426ea Move MultiMenu to its own file
Compare 4 commits »
mars pushed to main at mars/breed 2023-04-19 00:19:36 +00:00
344b3b5145 Add placeholder word movement actions
mars pushed to main at mars/breed 2023-04-19 00:05:34 +00:00
9ab272823d Implement rudimentary undo/redo support
mars pushed to main at mars/breed 2023-04-18 23:29:04 +00:00
ae45c3392f Refactor State into submodule
mars pushed to main at mars/evil-jrpg 2023-04-16 21:56:16 +00:00
c450fc0efb Display animated Leaf Ranger
c9dfd13823 Add leaf-ranger.png
8619098d43 Add font.lua
75f626bf50 Display font characters in a nice grid
Compare 4 commits »
mars pushed to main at mars/evil-jrpg 2023-04-16 20:40:04 +00:00
3d8e806626 Integrate push
814222f0e9 Modify push.lua to use nearest-neighbor canvas filtering
4d13edc4bf Add push.lua and move classic into lib/
Compare 3 commits »
mars pushed to main at mars/evil-jrpg 2023-04-16 20:30:44 +00:00
0ff979c42f Add atlas.lua
mars pushed to main at mars/breed 2023-04-15 16:06:49 +00:00
5aed7766c9 Add open_below_at_eof() test
mars closed issue mars/breed#6 2023-04-15 02:20:04 +00:00
When selecting the last character in the buffer, a moves the cursor before the selected character
mars commented on issue mars/breed#6 2023-04-15 02:20:02 +00:00
When selecting the last character in the buffer, a moves the cursor before the selected character

Fixed by 042ea6d4208cfe0749131544454309d5f6d091e4.

mars closed issue mars/breed#8 2023-04-15 02:19:36 +00:00
Pressing backspace on an empty buffer causes panic
mars commented on issue mars/breed#8 2023-04-15 02:19:33 +00:00
Pressing backspace on an empty buffer causes panic

Fixed in 042ea6d4208cfe0749131544454309d5f6d091e4.