bugfixes & refactoring

This commit is contained in:
2019-10-26 12:35:01 -04:00
parent 564a17a8fa
commit c3b7a05dde
21 changed files with 440 additions and 225 deletions

View File

@@ -148,6 +148,7 @@ int text_buffer_append_char(text_buffer_t *buf, int c) {
}
char *abspath(const char * path);
char *expandpath(const char *path);
void progress_bar_print(double percentage, size_t tn_size, size_t index_size);