Fredrik Fornwall
8 years ago
1 changed files with 21 additions and 0 deletions
@ -0,0 +1,21 @@ |
|||
diff -u -r ../dialog-1.3-20170509/configure ./configure
|
|||
--- ../dialog-1.3-20170509/configure 2017-05-09 23:27:22.000000000 +0000
|
|||
+++ ./configure 2017-07-07 07:23:30.678552568 +0000
|
|||
@@ -11650,7 +11650,7 @@
|
|||
int |
|||
main (void) |
|||
{ |
|||
-initscr(); tgoto("?", 0,0)
|
|||
+initscr();
|
|||
; |
|||
return 0; |
|||
} |
|||
@@ -13449,7 +13449,7 @@
|
|||
int |
|||
main (void) |
|||
{ |
|||
-initscr(); tgoto("?", 0,0)
|
|||
+initscr();
|
|||
; |
|||
return 0; |
|||
} |
Loading…
Reference in new issue