mirror of
https://github.com/Tha14/toxic.git
synced 2024-11-13 01:53:01 +01:00
Turn off native colours by default
This commit is contained in:
parent
b9290c8a83
commit
0fdb01ff97
@ -452,10 +452,10 @@ fi
|
||||
AM_CONDITIONAL(BUILD_AV, test "x$BUILD_AV" = "xyes")
|
||||
|
||||
# check for ncurses default colour capabilities
|
||||
NATIVE_COLOURS="yes"
|
||||
NATIVE_COLOURS="no"
|
||||
AC_ARG_ENABLE([native-colours],
|
||||
[AC_HELP_STRING(
|
||||
[--disable-native-colours], [use terminal-default fg/bg colours])
|
||||
[--enable-native-colours], [use terminal-default fg/bg colours])
|
||||
],
|
||||
[
|
||||
if test "x$enableval" = "xno"; then
|
||||
|
Loading…
Reference in New Issue
Block a user