mirror of
https://github.com/tomasriveral/NoteWrapper.git
synced 2026-08-12 02:18:38 +02:00
Fixed crash when resizing the window
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user