v0.0.20 - fixed curses

This commit is contained in:
Laan Tungir
2026-05-09 09:53:33 -04:00
parent ac2cc44b1c
commit 9d1b942226
2 changed files with 3 additions and 3 deletions

View File

@@ -11,8 +11,8 @@
*/
#define NT_VERSION_MAJOR 0
#define NT_VERSION_MINOR 0
#define NT_VERSION_PATCH 19
#define NT_VERSION "v0.0.19"
#define NT_VERSION_PATCH 20
#define NT_VERSION "v0.0.20"
#include <ncurses.h>
#include <stdio.h>

View File

@@ -199,7 +199,7 @@ void nt_log_show(void) {
}
pthread_mutex_unlock(&g_log_mutex);
tuin_pager_run_ex(&frame, log_text, &status, 1);
tuin_pager_run(&frame, log_text, &status);
}
void nt_log_clear(void) {