3 Commits

Author SHA1 Message Date
Laan Tungir
9470f1543c v0.0.21 - Vendor tui_ncurses sources, allow tracking in .gitignore, and fix pager API call 2026-05-09 10:25:25 -04:00
Laan Tungir
9d1b942226 v0.0.20 - fixed curses 2026-05-09 09:53:33 -04:00
Laan Tungir
ac2cc44b1c v0.0.19 - Track vendored tui_ncurses sources and fix resources gitignore rules 2026-05-09 09:28:20 -04:00
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 18 #define NT_VERSION_PATCH 21
#define NT_VERSION "v0.0.18" #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) {