[ncplayer] direct mode: newline if not at start of line

pull/1431/head^2
nick black 3 years ago committed by Nick Black
parent 6ac95e1ab1
commit 740a3a40e0

@ -314,6 +314,11 @@ int direct_mode_player(int argc, char** argv, ncscale_e scalemode,
failed = true;
break;
}
int y, x;
dm.get_cursor_yx(&y, &x);
if(x){
std::cout << std::endl;
}
}
return failed ? -1 : 0;
}

Loading…
Cancel
Save