refreshing output buffer to the screen

This commit is contained in:
Thiago Auler dos Santos 2017-11-28 01:11:43 -02:00
parent c244998a2e
commit 3b0d4df10a
1 changed files with 1 additions and 0 deletions

View File

@ -42,5 +42,6 @@ void output()
display_buffer = '\n';
}
addch(display_buffer);
refresh();
}
}