Compare commits
3 Commits
v0.0.18
...
9470f1543c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9470f1543c | ||
|
|
9d1b942226 | ||
|
|
ac2cc44b1c |
@@ -11,8 +11,8 @@
|
||||
*/
|
||||
#define NT_VERSION_MAJOR 0
|
||||
#define NT_VERSION_MINOR 0
|
||||
#define NT_VERSION_PATCH 18
|
||||
#define NT_VERSION "v0.0.18"
|
||||
#define NT_VERSION_PATCH 21
|
||||
#define NT_VERSION "v0.0.21"
|
||||
|
||||
#include <ncurses.h>
|
||||
#include <stdio.h>
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user