Commit Graph

26 Commits (master)

Author SHA1 Message Date
bx 4e4a9a11d6 i *think* this implented file loading 2022-09-15 19:23:26 +01:00
bx 9639dfc19e added run command function 2022-04-03 21:35:16 +01:00
bx 866f407472 flush input after displaying prompt line 2022-04-03 19:12:17 +01:00
bx 1996e05ff6 open uses new command format now 2022-04-03 09:35:05 +01:00
bx 03d19d3169 print command now accepts start + end lines 2022-04-03 09:28:24 +01:00
bx b7a4fec162 changed command to take char * and char ** 2022-04-03 09:05:25 +01:00
bx de01f1cf91 moved buffer function into buffer.c 2022-04-03 08:15:22 +01:00
bx 338bda9c80 moved file commmands to c_file.c 2022-04-03 08:12:16 +01:00
bx 8f917f058c copy paste now functional 2022-04-02 22:36:17 +01:00
bx a06db018fa forgot to add clipboard.c last commit 2022-04-02 22:28:47 +01:00
bx 07d5fc4a8c added copy command 2022-04-02 22:28:26 +01:00
bx e708b994da fixed bug in unindent command 2022-04-02 22:08:42 +01:00
bx 5c19952c66 including commands.c *after* defining command funcs 2022-04-02 20:44:11 +00:00
bx 635fb539a3 added command parse func to main 2022-04-02 17:22:49 +00:00
bx 0ebcdc3ad5 added delete command 2022-04-02 16:28:26 +00:00
bx 054e0b02e8 added indent and unindent commmands 2022-04-02 16:12:22 +00:00
bx 5ed3ab8aa6 fixed tab handling + made things look nicer 2022-04-02 15:46:23 +00:00
bx 849b4139df chaged print from P to p 2022-04-02 15:06:16 +00:00
bx 9b230368c2 added instert line command 2022-04-02 15:05:07 +00:00
bx 64be24496e can now save to file 2022-04-02 14:58:16 +00:00
bx bd0198b407 changed quit from 'q' to 'Q' 2022-04-02 14:47:14 +00:00
bx c839aa9e61 can now writelines 2022-04-02 13:51:43 +00:00
bx a9118be5b1 file loading works right now, added file printing 2022-04-02 13:20:59 +00:00
bx 7e684b606d added open commmand 2022-04-02 12:46:20 +00:00
bx 39ab7a9055 commands take buf, bad commmands dont segfault 2022-04-02 11:59:31 +00:00
bx 5340cd4ef2 it compiles 2022-04-02 11:40:10 +00:00