From 721e208ce2fe0031947d5f5ca4a0727098bfd271 Mon Sep 17 00:00:00 2001 From: nick black Date: Thu, 25 Mar 2021 20:54:30 -0400 Subject: [PATCH] [ncplayer] newline between bitmaps in directmode --- src/player/play.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/player/play.cpp b/src/player/play.cpp index ddf1a3098..51d2b95f4 100644 --- a/src/player/play.cpp +++ b/src/player/play.cpp @@ -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; } }