blob: 2d514fc4da250fb987805ee78fb345c0cb2d7c23 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- main.c.orig 2022-11-06 13:00:37 UTC
+++ main.c
@@ -12,6 +12,8 @@
#include "screen.h"
#include "misc.h"
+WINDOW *mainw, *logw;
+
struct dest_new dest;
int use_color = 0;
|