chiark / gitweb /
vim: Use sensible.vim as system vimrc
[termux-packages] / packages / hydra / hydra.c.patch
1 It's probably safe to assume color support in terminals without
2 linking against and checking with ncurses.
3
4 diff -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)