diff options
Diffstat (limited to 'sysutils/vcp/files/patch-main.c')
-rw-r--r-- | sysutils/vcp/files/patch-main.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/vcp/files/patch-main.c b/sysutils/vcp/files/patch-main.c new file mode 100644 index 000000000000..2d514fc4da25 --- /dev/null +++ b/sysutils/vcp/files/patch-main.c @@ -0,0 +1,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; |