editor from nothing a text editor made only with cat and itself! prenounced effin.
 
 
Go to file
bx 07d5fc4a8c added copy command 2022-04-02 22:28:26 +01:00
.gitignore it compiles 2022-04-02 11:40:10 +00:00
b_getline.c can now writelines 2022-04-02 13:51:43 +00:00
b_insert.c file loading works right now, added file printing 2022-04-02 13:20:59 +00:00
b_truncate.c added open commmand 2022-04-02 12:46:20 +00:00
c_delete.c added delete command 2022-04-02 16:28:26 +00:00
c_indent.c fixed bug in unindent command 2022-04-02 22:08:42 +01:00
c_insertline.c added instert line command 2022-04-02 15:05:07 +00:00
c_open.c file loading works right now, added file printing 2022-04-02 13:20:59 +00:00
c_print.c fixed tab handling + made things look nicer 2022-04-02 15:46:23 +00:00
c_quit.c commands take buf, bad commmands dont segfault 2022-04-02 11:59:31 +00:00
c_save.c can now save to file 2022-04-02 14:58:16 +00:00
c_writeline.c can now writelines 2022-04-02 13:51:43 +00:00
commands.c added copy command 2022-04-02 22:28:26 +01:00
compile.sh it compiles 2022-04-02 11:40:10 +00:00
consts.h fixed tab handling + made things look nicer 2022-04-02 15:46:23 +00:00
efn.c added copy command 2022-04-02 22:28:26 +01:00
efn.h added delete command 2022-04-02 16:28:26 +00:00
globals.h added copy command 2022-04-02 22:28:26 +01:00
main.c including commands.c *after* defining command funcs 2022-04-02 20:44:11 +00:00
types.h it compiles 2022-04-02 11:40:10 +00:00