Remove TEXTCOLOR build option
This commit is contained in:
@@ -393,10 +393,8 @@ init_sco_cons(void)
|
||||
load_symset("IBMGraphics", PRIMARYSET);
|
||||
load_symset("RogueIBM", ROGUESET);
|
||||
switch_symbols(TRUE);
|
||||
#ifdef TEXTCOLOR
|
||||
if (has_colors())
|
||||
iflags.use_color = TRUE;
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
}
|
||||
@@ -450,10 +448,8 @@ init_linux_cons(void)
|
||||
if (WINDOWPORT(tty) && linux_flag_console) {
|
||||
atexit(linux_mapon);
|
||||
linux_mapoff();
|
||||
#ifdef TEXTCOLOR
|
||||
if (has_colors())
|
||||
iflags.use_color = TRUE;
|
||||
#endif
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user