4 Commits

2 changed files with 3 additions and 3 deletions

View File

@@ -11,8 +11,8 @@
*/ */
#define NT_VERSION_MAJOR 0 #define NT_VERSION_MAJOR 0
#define NT_VERSION_MINOR 0 #define NT_VERSION_MINOR 0
#define NT_VERSION_PATCH 17 #define NT_VERSION_PATCH 21
#define NT_VERSION "v0.0.17" #define NT_VERSION "v0.0.21"
#include <ncurses.h> #include <ncurses.h>
#include <stdio.h> #include <stdio.h>

View File

@@ -199,7 +199,7 @@ void nt_log_show(void) {
} }
pthread_mutex_unlock(&g_log_mutex); 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) { void nt_log_clear(void) {