Skip to content
Snippets Groups Projects
Commit 83cc68c1 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Fix test to not display for ICE colour

parent 2cc802e8
No related branches found
No related tags found
No related merge requests found
......@@ -67,7 +67,7 @@ function convert_from_bmp(filename, charheight, fg_color, bg_color, palette, inv
function show(filename, xpos, ypos, fg_color, bg_color, palette, delay, cleanup)
{
if(console.term_supports()&(USER_ANSI|USER_NO_EXASCII|USER_UTF8|USER_ICE_COLOR)
if((console.term_supports()&(USER_ANSI|USER_NO_EXASCII|USER_UTF8|USER_ICE_COLOR))
!= USER_ANSI)
return false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment