You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
641 B
33 lines
641 B
Index: configure |
|
--- configure.orig 2019-03-24 12:44:13.000000000 +0100 |
|
+++ configure 2019-03-24 19:01:21.022901000 +0100 |
|
@@ -33907,6 +33907,9 @@ |
|
int main(void) |
|
{ |
|
SLutf8_enable(1); |
|
+ SLcurses_start_color(); |
|
+ SLcurses_start_color(); |
|
+ SLcurses_start_color(); |
|
return 0; |
|
} |
|
_ACEOF |
|
@@ -33988,6 +33991,9 @@ |
|
int main(void) |
|
{ |
|
SLutf8_enable(1); |
|
+ SLcurses_start_color(); |
|
+ SLcurses_start_color(); |
|
+ SLcurses_start_color(); |
|
return 0; |
|
} |
|
_ACEOF |
|
@@ -34023,6 +34029,9 @@ |
|
int main(void) |
|
{ |
|
SLutf8_enable(1); |
|
+ SLcurses_start_color(); |
|
+ SLcurses_start_color(); |
|
+ SLcurses_start_color(); |
|
return 0; |
|
} |
|
_ACEOF
|
|
|