Emma Tebibyte emma
emma commented on pull request mars/breed#7 2023-04-12 10:47:27 -06:00
basic file handling

I was planning on making the Iterator peekable, so we could do:

'q' => {
	if commands.peek() == '!' { self.no_save = true; }
	else { self.no_save = false; }
    self.quit = true;
},
emma created pull request mars/breed#7 2023-04-11 23:22:53 -06:00
basic file handling
emma opened issue mars/breed#6 2023-04-11 22:33:49 -06:00
When on newline character, a moves the cursor before the selected character
emma created pull request mars/breed#4 2023-04-11 17:16:28 -06:00
Handling redirects/pipes and no stdin
emma created pull request mars/breed#3 2023-04-11 16:13:26 -06:00
WIP: Argument parsing
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)