[ncplayer] newline between bitmaps in directmode

pull/1466/head
nick black 3 years ago
parent 8b9af4cf0e
commit 721e208ce2
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -318,7 +318,7 @@ int direct_mode_player(int argc, char** argv, ncscale_e scalemode,
}
int y, x;
dm.get_cursor_yx(&y, &x);
if(x){
if(x || (i + 1 < argc && blitter == NCBLIT_PIXEL)){
std::cout << std::endl;
}
}

Loading…
Cancel
Save