Emma Tebibyte emma
emma commented on pull request mars/breed#2 2023-04-11 15:03:02 -06:00
Add a entering Insert mode with appending cursor instead

Okay, then what is the best way to pass the fact that we pressed a instead of i in on_normal_event() to on_insert_event() so i can tell it to move the cursor back when it re-enters…

emma created pull request mars/breed#2 2023-04-11 14:55:49 -06:00
Add a entering Insert mode with appending cursor instead
emma commented on pull request mars/breed#1 2023-04-11 14:23:35 -06:00
AGPL license

Please also add package.license to Cargo.toml and add your own copyright onto main.rs, if you want.

I will add copyright when I make substantial changes to the code :)

emma created pull request mars/breed#1 2023-04-11 14:03:00 -06:00
AGPL license
emma pushed to rust at emma/tomcat 2023-04-09 20:08:42 -06:00
f33c18a2b3 removed c-main dep
emma pushed to rust at emma/tomcat 2023-04-09 20:05:38 -06:00
deb18ae447 removed c-main dep
emma pushed to main at emma/startsway 2023-04-03 12:31:04 -06:00
a16a15e7a2 fixed logging
emma pushed to main at emma/startsway 2023-04-01 23:20:11 -06:00
281f52932e fixed date
emma pushed to c-entry at yac/yacexits 2023-03-30 21:41:44 -06:00
61884116e8 removed references to error module
dcd4b76fbc Revert "added YacError type, returned from rust_main()"
Compare 2 commits »
emma pushed to main at emma/startsway 2023-03-30 21:08:32 -06:00
fc48abb56f removed redirects to stdout
emma pushed to main at emma/startsway 2023-03-29 17:55:38 -06:00
b7c712d092 added set -e
emma pushed to c-entry at yac/yacexits 2023-03-29 16:24:42 -06:00
1d8a742940 entry/mod.rs: license header
emma pushed to c-entry at yac/yacexits 2023-03-27 22:41:10 -06:00
87abddd277 added YacError type, returned from rust_main()
emma pushed to c-entry at yac/yacexits 2023-03-26 21:59:59 -06:00
d2af983f4a made usage output place “Usage:” before the error message.
emma pushed to c-entry at yac/yacexits 2023-03-26 19:53:04 -06:00
348616dddf impl From for (String, u32)
emma pushed to c-entry at yac/yacexits 2023-03-26 19:26:24 -06:00
aec6704e8f changed error type impls
emma pushed to c-entry at yac/yacexits 2023-03-26 18:44:11 -06:00
fe47c3103d added error types and impls
emma pushed to c-entry at yac/yacexits 2023-03-26 16:16:17 -06:00
0b191bb4fa fixed segfault
emma pushed to c-entry at yac/yacexits 2023-03-26 14:45:55 -06:00
427403aa74 is the issue namespace collision?
emma pushed to c-entry at yac/yacexits 2023-03-26 14:26:26 -06:00
65949779e2 fixed module problems, hopefully