v0.0.20 - fixed curses
This commit is contained in:
@@ -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 19
|
#define NT_VERSION_PATCH 20
|
||||||
#define NT_VERSION "v0.0.19"
|
#define NT_VERSION "v0.0.20"
|
||||||
|
|
||||||
#include <ncurses.h>
|
#include <ncurses.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|||||||
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user