Added some flags

This commit is contained in:
Tomas Rivera
2026-04-04 12:55:55 +02:00
parent e2e338b5e4
commit 21842880b2
4 changed files with 40 additions and 24 deletions
+2 -2
View File
@@ -56,10 +56,10 @@ void sanitize(char *string);
int rmrf(char *path);
//from https://stackoverflow.com/a/5467788
//deletes an entire directory. Use with parsimony and carefullness
int openEditor(char *path, char *editor, int render, int endOfFile, int debug);
int openEditor(char *path, char *editor, int render, int shouldJumpToEndOfFile, int debug);
// Inputs are the path to the file, the editor to open and some rendering option
// render: if we render the .md file with Vivify
// endOfFile: if we put the cursor at the end of the file when opening
// shouldJumpToEndOfFile: if we put the cursor at the end of the file when opening
// The program resumes when the editor is closed
char *getFormatedTime(char *format, int shouldDebug);
// see https://pubs.opengroup.org/onlinepubs/7908799/xsh/strftime.html? for formats