mirror of
https://github.com/tomasriveral/NoteWrapper.git
synced 2026-08-12 02:18:38 +02:00
small corrections
This commit is contained in:
@@ -23,7 +23,7 @@ make
|
||||
- [x] Add a way to create vaults
|
||||
- [x] Add a way to delete vaults
|
||||
- [ ] Add a way to delete notes
|
||||
- [ ] Stylisize a bit the TUI
|
||||
- [x] Stylisize a bit the TUI
|
||||
- [ ] Add more options to the config file
|
||||
- [ ] Search for config.json in other directories such as ~/.config/notewrapper/ and not only this directory
|
||||
- [x] Port vivify.vim to nixpkgs
|
||||
|
||||
@@ -223,7 +223,7 @@ char** getNotesFromVault(char *pathToVault, char *vault, int *count, int debug)
|
||||
return notesArray;
|
||||
}
|
||||
|
||||
char* ncursesSelect(char **options, char *optionsText, size_t optionsNumber, int extraOptionsNumber, int debug) {
|
||||
char* ncursesSelect(char **options, char *optionsText, size_t optionsNumber, size_t extraOptionsNumber, int debug) {
|
||||
// this function is used multiple times let the user select one options from many.
|
||||
// options is the array of strings with all the options.
|
||||
// one of this option will be returned
|
||||
|
||||
Reference in New Issue
Block a user