mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-02 09:40:15 +00:00
[ncplayer] newline between bitmaps in directmode
This commit is contained in:
parent
8b9af4cf0e
commit
721e208ce2
@ -318,7 +318,7 @@ int direct_mode_player(int argc, char** argv, ncscale_e scalemode,
|
|||||||
}
|
}
|
||||||
int y, x;
|
int y, x;
|
||||||
dm.get_cursor_yx(&y, &x);
|
dm.get_cursor_yx(&y, &x);
|
||||||
if(x){
|
if(x || (i + 1 < argc && blitter == NCBLIT_PIXEL)){
|
||||||
std::cout << std::endl;
|
std::cout << std::endl;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user