vim: Update from 8.0.1700 to 8.0.1750
[termux-packages] / packages / hydra / hydra.c.patch
CommitLineData
cc5964a4
FF
1It's probably safe to assume color support in terminals without
2linking against and checking with ncurses.
3
4diff -u -r ../thc-hydra-8.4/hydra.c ./hydra.c
5--- ../thc-hydra-8.4/hydra.c 2017-01-27 17:19:18.000000000 +0100
6+++ ./hydra.c 2017-01-31 13:37:34.496298083 +0100
7@@ -2622,10 +2622,6 @@
8 colored_output = 0;
9 }
10 }
11-#else
12- //don't want border line effect so disabling color output
13- //if we are not sure about the term
14- colored_output = 0;
15 #endif
16
17 if (debug)