Fixed crash when resizing the window

This commit is contained in:
Tomas Rivera
2026-04-09 18:00:34 +02:00
parent c658453994
commit 2b0996e6d5
5 changed files with 108 additions and 80 deletions
+2
View File
@@ -267,6 +267,8 @@ int main(int argc, char *argv[]) {
if (doesBackup) { // (TODO LATER) when implementing multiple directories for vault we should verifiy this works.
handleBackups(notesDirectoryString, pathToBackup, homedir, interval, shouldDebug);
}
initscr(); //initialize ncurses
int shouldExit = 0;
while(!shouldExit) {